Tuesday, February 5, 2013

CSS


<link rel="stylesheet" type="text/css" href="css/Add.css" />

@charset "utf-8";
/* CSS Document */
body{
    background-color:#000;
    font-size:large;
    color:#FFF;   
}
#main{
    width:1000px;
    height:750px;
    margin:auto;
    background-color:#FFF;
}
#top_banner{
    width:1000px;
    height:155px;
}
#wrapper{
    width:1000px;
    height:560px;
    background-color: #CCC;
    text-align: left;
}
#legen{
    font-size:large;
    color:#006;s
}
#fd_set{
    border-color:#003;
    margin-left:255px;
    border-width:thick;
    }
#other{
    width:1000px;
    height:75px;
    font-size:large;
    color:#006;
   }
#bottom{
    width:1000px;
    height:35px   
    }
   

No comments:

Post a Comment