Advertisement
Guest User

MyStyle.css

a guest
Mar 31st, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. body {
  2.     background-image:url(/IMG/bg1.jpg);
  3. }
  4.  
  5. .nav {
  6.     background-color:lightpink;
  7.     width:906px;
  8.     height:500px;
  9. }
  10.  
  11. .menu {
  12.     background-color:orange;
  13.     width:906px;
  14.     height:700px;
  15. }
  16.  
  17. .cart {
  18.     background-color:grey;
  19.     width:906px;
  20.     height:300px;
  21. }
  22.  
  23. .start {
  24.     background-color:green;
  25.     width: 906px;
  26.     height: 700px;
  27. }
  28.  
  29. .logIn {
  30.     background-color: mediumaquamarine;
  31.     width: 906px;
  32.     height: 700px;
  33. }
  34.  
  35. .newUser {
  36.     background-color: darkcyan;
  37.     width: 906px;
  38.     height: 700px;
  39. }
  40.  
  41. .checkOut {
  42.     background-color: lightyellow;
  43.     width: 906px;
  44.     height: 700px;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement