Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active January 15, 2018 14:00
Show Gist options
  • Save ScarletPonytail/4955bfdfb57b3b3779808392fd218096 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/4955bfdfb57b3b3779808392fd218096 to your computer and use it in GitHub Desktop.
CSS - Exact position background image
background: url('../images/arrow-button-next-hov.png') no-repeat right 10px top 50% #00973A;
/*--or--*/
background-image: url('../images/icon-filter.svg');
background-size: 30px 30px;
background-repeat: no-repeat;
background-color: transparent !important;
background-position: right 10px bottom 0px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment