Skip to content

Instantly share code, notes, and snippets.

@apphp
Created May 29, 2017 20:13
Show Gist options
  • Save apphp/323fa3a76f1619e0884d872f6224f975 to your computer and use it in GitHub Desktop.
Save apphp/323fa3a76f1619e0884d872f6224f975 to your computer and use it in GitHub Desktop.
Align Backgroud Image with Offset in CSS
<style type="text/css">
/* source:apphp.com/index.php?snippet=css-align-backgroud-image-with-offset */
#sidebar ul li li a {
background-image:url(../images/side-li-rtl.png); background-position:right 15px top 9px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment