Skip to content

Instantly share code, notes, and snippets.

@cleitonfco
Created April 14, 2012 00:26
Show Gist options
  • Select an option

  • Save cleitonfco/2381162 to your computer and use it in GitHub Desktop.

Select an option

Save cleitonfco/2381162 to your computer and use it in GitHub Desktop.
Background Image Options (Size)
/**
* Background Image Options (Size)
*/
body {
background: #fff;
}
h2, h3 {
display:inline-block;
margin:0 20px;
width: 200px;
height: 250px;
background-image: url("https://github.com/images/error/octocat_sad.gif");
background-position: center center;
background-repeat: no-repeat;
}
h2 {
background-color: #34a;
background-size:contain;
}
h3 {
background-color: #a34;
background-size:150px auto;
}
<h2></h2>
<h3></h3>
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment