sample website…
<html>
<head>
<title> Css Tutorial</title>
<style>
body
{
background = lightblue;
}
#bodywrapper
{
background:green;
width:750px;
border:1px solid;
margin:0px auto;
min-height:500px;
}
#headwrapper
{
width=900px;
background= blue;
height= 400px;
margin:0px center;
background-image:url(“bb.png”);
}
#navmenuwrapper
{
height:35 px;
width:900 px;
background:red;
}
#navmenu
{
padding top:25px;
list-style-type:none;
}
#navmenu li
{
display:inline;
}
#navmenu li a
{
text-decoration:none;
margin:4px;
padding:5px 20px 5px 20px;
color:white;
background-color:blue;
}
#navmenu li a:hover
{
color:006600;
background:blue;
}
</style>
</head>
<body>
<div id=”bodywrapper”>
<div id =”headwrapper”>
</div>
<div id=”navmenuwrapper”>
<ul id=”navmenu”>
<li><a href=”http://tumblr.com“>Home</a></li>
<li><a href=”http://tumblr.com“>About Me</a></li>
<li><a href=”http://tumblr.com“>Video</a></li>
</ul>
</div>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
yayanloveyeng<br>
</div
</body>
</html>