Here is my starting to use CSS coding:
*{
margin:0;
border:0;
padding:0;
}
a{
text-decoration:none;
font-size:18pt;
}
body{
background-color:black;
font-family:Tahoma, Geneva, san-serif;
}
#container{
width:960px;
background-color:#F801E7;
}
#banner{
width:960px;
height:200px;
background-color:white;
}
#logo{
width:500px;
height:110px;
}
#book{
}
#menu{
background-color:grey;
height:45px;
}
#menulist{
list-style-type:none;
}
.menuitem{
display:inline;
Margin-left:15px;
}
No comments:
Post a Comment