Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #nav {
  2. -webkit-animation-name: fade-in;
  3. -webkit-animation-duration: 2s;
  4. display:block;
  5. position:relative;
  6.  
  7. z-index:10;
  8. }
  9.  
  10. #nav.sticky{
  11. position:fixed;
  12. top:0px;
  13.  
  14.  
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement