Advertisement
Guest User

geci vagy kriper

a guest
Apr 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. header {
  2.     width: 100%;
  3.     height: 60px;
  4.     position: absolute;
  5.     background: #222224;
  6.     box-shadow: 0 2px 0 0 #c39d04;
  7.     margin: 0 0 20px 0;
  8. }
  9.  
  10. header .logo {
  11.     padding: 10px 0 0 10px !important;
  12.     position: absolute;
  13. }
  14.  
  15. header ul {
  16.     text-align: right;
  17.     list-style-type: none;
  18.     margin: 22px 0 0 0;
  19. }
  20.  
  21. header ul li {
  22.     display: inline;
  23.     padding: 0 20px;
  24. }
  25.  
  26. @media only screen and (min-width: 1024px) {
  27.     header .logo {
  28.         padding: 6px 0 0 80px !important;
  29.     }
  30.  
  31.     header ul {
  32.         padding: 0 70px;
  33.     }
  34.  
  35.     .content {
  36.         margin: 0 70px;
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement