Advertisement
KillianMills

styly.css

Jan 4th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1.        
  2. #container {
  3.     margin: auto;
  4.     width: 800px;
  5. }
  6.  
  7. #header {
  8.     background-color:#eeeeee;
  9.     color:black;
  10.     text-align:center;
  11.     padding:5px;
  12. }
  13.  
  14. #nav {
  15.     background-color:#eeeeee;
  16. }
  17. Img {
  18.     Width: 100%;
  19.     Height: 100%;
  20. }
  21.  
  22. #footer {
  23.     background-color:#eeeeee;
  24.     color:white;
  25.     clear:both;
  26.     text-align:center;
  27.     padding:5px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement