Skip to content

Instantly share code, notes, and snippets.

@marcoos
Created January 10, 2013 20:51
Show Gist options
  • Save marcoos/4505682 to your computer and use it in GitHub Desktop.
Save marcoos/4505682 to your computer and use it in GitHub Desktop.
content: url(...)
/**
* content: url(...)
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.container {
border: 1px solid red;
content: url(http://farm4.staticflickr.com/3069/2714790097_46155fd39f.jpg);
display: block;
height: 500px;
margin: auto;
width: 500px;
}
<div class="container">I am a container</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment