Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created April 24, 2015 08:16
Show Gist options
  • Save ffoodd/133969ac88a13caf29c0 to your computer and use it in GitHub Desktop.
Save ffoodd/133969ac88a13caf29c0 to your computer and use it in GitHub Desktop.
gpOEPy
<h1>Élément actif</h1>
h1 {
color: rebeccaPurple;
}
h1::after {
border-style: solid;
border-width: .25em 0 .25em .4em;
border-color: transparent transparent transparent currentColor;
content: "";
display: inline-block;
height: 0;
margin-left: .25em;
width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment