Skip to content

Instantly share code, notes, and snippets.

@IvanRadchenko
Created October 2, 2016 10:11
Show Gist options
  • Select an option

  • Save IvanRadchenko/1924c5e16e053aea7b7f2681be0ae22e to your computer and use it in GitHub Desktop.

Select an option

Save IvanRadchenko/1924c5e16e053aea7b7f2681be0ae22e to your computer and use it in GitHub Desktop.
Button with SVG icons
.download:before {
background: url("images/download-arrow.svg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
content: "";
display: inline-block;
color: #fff;
height: 30px;
margin-right: 13px;
position: relative;
top: -2px;
vertical-align: middle;
width: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment