Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background-image: url('/image/background.png');
- background-repeat: x-y;
- background-attachment: fixed;
- }
- #center{
- margin:auto;
- width:1000px;
- height:auto;
- }
- #header{ /* Logo */
- float:right;
- width:300px;
- height:150px;
- margin-top:10px;
- margin-left:10px;
- }
- #wrapper{
- width:1000px;
- height:350px;
- }
- #navbar{
- width:1000px;
- margin:10px;
- }
- li(#navbar){
- padding:2px;
- }
Advertisement
Add Comment
Please, Sign In to add comment