Skip to content

Instantly share code, notes, and snippets.

@ImBobby
Created June 14, 2013 02:17
Show Gist options
  • Save ImBobby/5778999 to your computer and use it in GitHub Desktop.
Save ImBobby/5778999 to your computer and use it in GitHub Desktop.
Untitled
div{
display: inline-block;
width: 70px;
height: 70px;
background: red;
margin: .1em;
transition: all .3s ease 0;
}
/*.no ~ div{
background: blue;
}*/
/*div:nth-child(odd){
background: blue;
}*/
/*div:hover{
background: black;
transform: scale(1.3,1.3) rotate(90deg);
}*/
<div class="first"></div>
<div></div>
<div class="no"></div>
<div></div>
<div></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