Skip to content

Instantly share code, notes, and snippets.

@edmundo096
Created November 22, 2022 20:22
Show Gist options
  • Save edmundo096/b9582cb0bd4e8d12cabcceafb19f945a to your computer and use it in GitHub Desktop.
Save edmundo096/b9582cb0bd4e8d12cabcceafb19f945a to your computer and use it in GitHub Desktop.
a::before, a::after {
content: '';
height: 10px;
display: block;
position: relative;
}
a::before {
margin-top: -10px;
box-shadow: 0px 6px 5px red;
}
a::after {
margin-bottom: -10px;
box-shadow: 0px -6px 5px red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment