Skip to content

Instantly share code, notes, and snippets.

@clivewalker
Created October 25, 2017 12:59
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 clivewalker/932e44408fd9a53ca6f43b2e5328d74e to your computer and use it in GitHub Desktop.
Save clivewalker/932e44408fd9a53ca6f43b2e5328d74e to your computer and use it in GitHub Desktop.
h1 {
background: #000000;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
padding: 5px;
position: relative;
}
h1:after {
border-color: #000000 transparent transparent;
border-style: solid;
border-width: 10px;
content: " ";
position: absolute;
bottom: -20px;
left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment