Guest User

Untitled

a guest
Mar 21st, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. @media (max-width: 990px) {
  2.      div#header {
  3.          position: fixed;
  4.          width: 100%;! important;
  5.          display: inline-block;
  6.          z-index: 99! important;
  7.          height: 100px;
  8. }
  9.      div#main {
  10.          margin-top: 90px;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment