Skip to content

Instantly share code, notes, and snippets.

@corypina
Created June 5, 2019 00:14
Show Gist options
  • Save corypina/31fe956c961efe5c0e3d5d5948236ebf to your computer and use it in GitHub Desktop.
Save corypina/31fe956c961efe5c0e3d5d5948236ebf to your computer and use it in GitHub Desktop.
CSS Snippets
/* Short background behind text */
.element::after {
display: block;
content: "";
border-top: 18px solid #COLOR;
border-radius: 4px;
margin-top: -22px;
margin-left: -15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment