Guest User

Untitled

a guest
Apr 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. html,body { width: 100%; height: 100%; margin: 0px; }
  2. body { width: 100%; height: 100%; background: white; background-size: 2000px; background-repeat: no-repeat; }
  3. div { margin: 0px; }
  4.  
  5. ul { margin: 0px; width: 141px; list-style-type: none; padding: 0px; }
  6. li { margin-bottom: 5px; cursor: pointer; bakground-image: url('png/button2.png'); background-size 100%; }
  7. a { display: inline-block; }
  8.  
  9. #container { margin: 0px auto; border: 1px solid teal; width: 1000px; }
  10. #header { width: 100%; height: 175px; background-image: url('png/Slater-logga.png'); background-size: 100%; }
  11. #login { width: 380px; height: 20px; background: white; float: right; margin-top: 155px; padding: 0px; }
  12. #main { margin: 0px; margin-left: 120px; height: 400px; background: red; }
  13. #menu { float: left; width: 141px; height: 400px; background: yellow; }
Add Comment
Please, Sign In to add comment