Skip to content

Instantly share code, notes, and snippets.

@louisbullock
Created August 11, 2012 12:11
Show Gist options
  • Save louisbullock/3324138 to your computer and use it in GitHub Desktop.
Save louisbullock/3324138 to your computer and use it in GitHub Desktop.
Browser [CSS]
/**
* Browser [CSS]
*/
html {
background: #f06;
background:linear-gradient(45deg,#43546C,#636678,#8E7F86,#B3908E, #C29D9C,#DFC7A5);
min-height: 100%;
}
.image {
background:red;
width:100px;
height:120px;
display:block;
}
<div class="image">
</div>
<img style="z-index:-99" src="http://dribbble.s3.amazonaws.com/users/104314/screenshots/682739/photo_frame.png">
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment