CSS code
*
{
margin:auto;
}
.wrapper
{
background:#B7D0D1;
width:960px;
height:800px;
}
.login
{
float:left;
margin:130px 0px 0px 250px;
}
fieldset
{
width:400px;
border-radius:5px;
}
form
{
padding:20px;
margin-left:20px;
}
input
{
width:80%;
height:30px;
border-radius:5px;
}
#btn
{
background:#D4282B;
color:#263787;
font-size:22px;
font-weight:bold;
font-family:Lucida Bright;
}
#btn:hover
{
background:#ECB958;
cursor:pointer;
}

0 comments:
Post a Comment