Skip to content

Instantly share code, notes, and snippets.

View ImBobby's full-sized avatar

Bobby ImBobby

  • Vidio
  • Indonesia, Jakarta
View GitHub Profile
@ImBobby
ImBobby / dabblet.css
Created June 14, 2013 02:17
Untitled
div{
display: inline-block;
width: 70px;
height: 70px;
background: red;
margin: .1em;
transition: all .3s ease 0;
}
/*.no ~ div{
@ImBobby
ImBobby / dabblet.css
Created June 14, 2013 01:00
Untitled
input{
display: table;
font-size: 2em;
margin: 3em auto 0;
padding: .2em;
}
@ImBobby
ImBobby / dabblet.css
Created June 14, 2013 00:56
Untitled
input{
display: table;
margin: 5em auto;
padding: .5em;
}