Skip to content

Instantly share code, notes, and snippets.

@dobernike
Created January 23, 2019 07:30
Show Gist options
  • Select an option

  • Save dobernike/86cdc7fa5af66d27ad9725d9229b3fab to your computer and use it in GitHub Desktop.

Select an option

Save dobernike/86cdc7fa5af66d27ad9725d9229b3fab to your computer and use it in GitHub Desktop.
a.arrow {
display: inline-block;
margin: 0 10px;
font-size: 0;
}
.arrow::before {
content: "";
display: inline-block;
border: 20px solid #0074d9;
border-right-width: 10px;
border-left-width: 10px;
border-right-color: transparent;
border-left-color: transparent;
}
.arrow-up::before {
border-top-width: 0;
}
.arrow-down::before {
border-bottom-width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment