Advertisement
Guest User

Untitled

a guest
May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1.  
  2. header {
  3. height: 48px;
  4. border-bottom: 1px solid #EFEFEF;
  5. }
  6.  
  7. .logo {
  8. width: 189px;
  9. height: 145px;
  10. background: #fff url('../images/logo.jpg') no-repeat center center;
  11. border-radius: 22px;
  12. margin: auto;
  13. margin-left: 308px;
  14. margin-bottom: 150px;
  15. }
  16.  
  17.  
  18. a {
  19. font-family: 'Elevation_0', sans-serif;
  20. font-size: 22px;
  21. color: black;
  22. text-decoration: none;
  23. }
  24.  
  25. menu {
  26. width: 540px;
  27. position: absolute;
  28. top: 12%;
  29. left: 80%;
  30. -webkit-transform: translateX(-50%) translateY(-50%);
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement