Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. body {
  2. background: #efefef;
  3. }
  4. ul {
  5. list-style-type: none;
  6. margin: -1vh -2vw;
  7. padding: 0;
  8. overflow: hidden;
  9. background-color: #fff;
  10. }
  11.  
  12. li.right {
  13. float: right;
  14. color: black;
  15. }
  16.  
  17. li.left {
  18. float:left;
  19. color: black;
  20.  
  21. }
  22.  
  23. li a {
  24. display: block;
  25. color: white;
  26. width: 20vw;
  27. font-size: 2vw;
  28. text-align: center;
  29. text-decoration: none;
  30. color: black;
  31. height: 4vw;
  32. padding-top: 2vw;
  33. font-family: 'Lato';
  34.  
  35.  
  36. }
  37.  
  38. li a:hover {
  39. background-color: #efefef;
  40. }
  41.  
  42. img {
  43. padding-top: 1vw;
  44. max-height: 15vw;
  45. max-width: 15vw;
  46. position: absolute;
  47. right: 42.5vw;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement