Guest User

Untitled

a guest
Sep 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /* Layout */
  2. body {
  3. color: #fff;
  4. text-shadow: 0px 1px 1px #333;
  5. }
  6.  
  7. a {
  8. color: inherit;
  9. }
  10.  
  11.  
  12. header, nav, aside, section, footer {
  13. padding: 10px;
  14. }
  15.  
  16. header {
  17. background-color: hsla(333, 96%, 50%, 1);
  18. }
  19.  
  20. nav {
  21. background-color: hsla(333, 96%, 70%, 1);
  22. box-shadow: inset 0px 0px 3px #fff;
  23. }
  24.  
  25. aside {
  26. background-color: hsla(98, 81%, 64%, 1);
  27. }
  28.  
  29. section {
  30. background-color: hsla(55, 99%, 50%, 1);
  31. }
  32.  
  33. footer {
  34. background-color: hsla(203, 92%, 50%, 1);
  35. }
Add Comment
Please, Sign In to add comment