Advertisement
Guest User

Untitled

a guest
May 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #centr {width: 900px; position:relative; margin-left: auto; margin-right: auto;}
  2.  
  3. body {margin: 0px;}
  4.  
  5. #hlavicka {position:absolute; width: 900px; height:250px; top: 0px; left: 0px;}
  6.  
  7. #nabidkahl {position:absolute; width: 900px; height: 25px; top: 250px; left: 0px; background-color: #00ff88}
  8.  
  9. #obsah {position:absolute; width: 900px; left: 0 px; top: 275px; background-color: #aa33ee}
  10.  
  11. a:link {color: white}
  12. a:visited {color: white}
  13. a:active {color: green}
  14. a:hover {color: black}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement