Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. header {
  2. height: 80px;
  3. width: 100%;
  4. background: #fff;
  5. position: absolute;
  6. display: block;
  7. z-index: 10;
  8. transition: background-color 0.3s;
  9. }
  10. #Barra-Navegacion {
  11. left: 0;
  12. top: 0;
  13. width: 100%;
  14. position: fixed;
  15. display: block;
  16. margin:10px auto 0;
  17. height: 40px;
  18. transition: margin-left 0.3s;
  19. }
  20.  
  21. Position: absolute;
  22. z-index: 9999;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement