Skip to content

Instantly share code, notes, and snippets.

@toburger
Created May 17, 2013 09:05
Show Gist options
  • Save toburger/5597913 to your computer and use it in GitHub Desktop.
Save toburger/5597913 to your computer and use it in GitHub Desktop.
Untitled
.outside{
background-color: black;
overflow:hidden;
width: 300px;
height:300px;
position:relative;
}
.bg{
border-radius:10px;
margin: 5px;
position:absolute;
top: 0px;
right: 0px;
left:0px;
bottom: 0px;
background: url(http://themeserver.microsoft.com/themeserver//Bing/Desktop/en-US/Images/BaliBoats1920x120011-8-2012%209_23_02%20AM.jpg);
background-size: cover;
}
<div class="outside">
<div class="bg">
</div></div>
// alert('Hello world!');
{"view":"split","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