rakeshr

fixed header anchor links fix

Oct 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. :target::before {
  2. content: "";
  3. display: block;
  4. height: 90px; /* fixed header height*/
  5. margin: -90px 0 0; /* negative fixed header height */
  6. }
Add Comment
Please, Sign In to add comment