Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .navbar-nav {
  2. display: -ms-flexbox;
  3. display: flex;
  4. -ms-flex-direction: column;
  5. flex-direction: column;
  6. width: 100%;
  7. padding-left: 0;
  8. margin-bottom: 0;
  9. list-style: none;
  10. }
  11. .navbar-nav li:hover>.dropdown-menu {
  12. display: block;
  13. margin: 0;
  14. position: absolute;
  15. z-index: 2;
  16. width: 100%;
  17. font-size: 1.5vw;
  18. transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement