Skip to content

Instantly share code, notes, and snippets.

View alexramdesigner's full-sized avatar
🏠
Working from home

John Alexander Ramirez alexramdesigner

🏠
Working from home
View GitHub Profile
@alexramdesigner
alexramdesigner / dabblet.css
Last active August 29, 2015 14:14 — forked from anonymous/dabblet.css
Animación simple
div#simple {
width: 50px;
height: 50px;
background-color: red;
position: absolute; text-align:center;
padding-top: 1%;
color:#FFF; font-weight:bold;
-moz-animation-name: simple-animation;
-moz-animation-duration: 5s;