Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created November 8, 2020 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/b8afb2a99f8d65664d11c5a266fb4239 to your computer and use it in GitHub Desktop.
Save alt-karate/b8afb2a99f8d65664d11c5a266fb4239 to your computer and use it in GitHub Desktop.
a {
display: block;
position: relative;
}
a:hover::after {
content: "more";
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
color: #111111;
text-decoration: none;
background-color: rgba(227, 1910, 0, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment