Skip to content

Instantly share code, notes, and snippets.

@Taump
Created January 5, 2019 09:37
Show Gist options
  • Save Taump/7e91c6786b88cdd90c7f857a3f16a409 to your computer and use it in GitHub Desktop.
Save Taump/7e91c6786b88cdd90c7f857a3f16a409 to your computer and use it in GitHub Desktop.
.menu__item_active:after {
content: "";
display: block;
width: 100%;
height: 2px;
background: url(../img/border.svg) no-repeat;
position: absolute;
background-size: cover;
left: 0;
bottom: -5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment