Guest User

Untitled

a guest
Dec 9th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. * {margin: 0; padding: 0;}
  2.  
  3. body {
  4. font-family: 'Lucida Grande', helvetica, arial, sans-serif;
  5. font-size: 12px;
  6. background: gray;
  7. }
  8.  
  9. #div {
  10. width: 80%;
  11. margin: 3em auto;
  12. }
  13.  
  14. header {
  15. background: yellow;
  16. width: 100%;
  17. height: auto;
  18. float: left;
  19.  
  20. }
  21.  
  22. header>nav{
  23. text-align: right;
  24. display: inline;
  25. border: none;
  26. float: right;
  27. width: 50%;
  28.  
  29. }
  30.  
  31. nav li {
  32. color: black;
  33. list-style-type: none;
  34. display: inline;
  35. font-family: Arial, Century Gothic, sans serif;
  36. font-size: 1em;
  37. padding: 5px 10px;
  38. border: 2px black dashed;
  39. background-color: green;
  40. }
  41.  
  42. section
Add Comment
Please, Sign In to add comment