Skip to content

Instantly share code, notes, and snippets.

@sirbrillig
Created January 10, 2013 05:06
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 sirbrillig/4499620 to your computer and use it in GitHub Desktop.
Save sirbrillig/4499620 to your computer and use it in GitHub Desktop.
Overflow a CSS background-image.
#wrapper {
background-image: url("image.png");
width: 80px; /* the image width is 100px; */
padding-right: 20px;
margin-right: -20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment