Skip to content

Instantly share code, notes, and snippets.

@Mamboleoo
Created March 16, 2014 12:23
Show Gist options
  • Save Mamboleoo/9582427 to your computer and use it in GitHub Desktop.
Save Mamboleoo/9582427 to your computer and use it in GitHub Desktop.
Untitled
body{background: black;overflow: hidden;}
div{
width: 0px;
height: 0px;
position: relative;
margin: 10% auto;
cursor: pointer;
background: url(http://i.imgur.com/wiTkmLK.jpg) center center;
background-size: cover;
border: 10px solid white;
}
div:hover{
width: 300px;
height: 300px;
}
// alert('Hello world!');
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment