Skip to content

Instantly share code, notes, and snippets.

View iamjoel's full-sized avatar
🎯
Focusing

Joel iamjoel

🎯
Focusing
View GitHub Profile
{"sig":"98db930aa07dfa835e1f756cb1cb8f567b0a112dfa6764dcdf76d7cec9686568ccbabbaad81a12161837ddab8b805092c7a98344f38483153ef0bd14afea05af1","msghash":"ca4fa722bbb8d2a3312e5d82aeb28f271180475e5c532334be795db64ae528ce"}
@iamjoel
iamjoel / dabblet.css
Created January 28, 2015 08:08
basic icons
/**
* basic icons
*/
body{
background:#2ba5bb;
padding:20px;
margin:0;
color: #fff;
}
@iamjoel
iamjoel / dabblet.css
Last active August 29, 2015 14:07
Animation demo
/**
* Animation demo
*/
.box {
width: 100px;
height: 100px;
line-height: 100px;
color: #333;
font-size: 30px;
@iamjoel
iamjoel / dabblet.css
Last active August 29, 2015 14:07
transition demo
/**
* transition demo
*/
.anim{
height: 100px;
margin: 0 auto;
background-color: rgb(250, 128, 114);
cursor: pointer;
}
.anim:hover{