NYanev

Task 3

Oct 17th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. body
  2. {
  3.     background-color:#a9a9a9;
  4. }
  5.  
  6. li a
  7. {
  8.     color:white;
  9.     text-decoration:none;
  10.     font-size: 20px;
  11. }
  12.  
  13. h1
  14. {
  15.     color:#F5EFCE;    
  16. }
  17.  
  18. h2
  19. {
  20.     color:#F5EFCE;    
  21. }
  22.  
  23. a
  24. {
  25.     color:black;
  26.     text-decoration:none;
  27. }
  28.  
  29. .current
  30. {
  31.     background-color:#C2BEBF;
  32. }
  33.  
  34. ul
  35. {
  36.     list-style-type:none;
  37. }
  38.  
  39. header
  40. {
  41.     text-align:center;
  42. }
  43.  
  44. li:last-child a
  45. {
  46.     text-decoration: underline;
  47. }
  48.  
  49. body > footer:last-of-type
  50. {
  51.     text-align: center;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment