Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created March 28, 2018 10:49
Show Gist options
  • Save yousufansa/7f20f56fc09928cf40e055f00cd10c42 to your computer and use it in GitHub Desktop.
Save yousufansa/7f20f56fc09928cf40e055f00cd10c42 to your computer and use it in GitHub Desktop.
Sportexx Menu
.navbar-nav .open li:hover {
position: relative;
}
.navbar-nav .open li:hover > ul {
display: block;
position: absolute;
top: -7px;
left: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment