Skip to content

Instantly share code, notes, and snippets.

@Aliciabcd
Created November 1, 2018 01:56
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 Aliciabcd/2133da934e5891d5468d1f412e78e595 to your computer and use it in GitHub Desktop.
Save Aliciabcd/2133da934e5891d5468d1f412e78e595 to your computer and use it in GitHub Desktop.
a::after{
content:"";
width:14px;
height:20px;
background:#d3d3d3;
-webkit-mask:url('../img/arrow.svg') no-repeat center;
-webkit-mask-size:cover;
mask:url('../img/arrow.svg') no-repeat center;
mask-size:cover;
display:block;
position: absolute;
right:15px;
top:calc((100% - 20px)/2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment