This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
transition-duration: 1s, 1s; transition-delay: 0s, 1s; | |
*/ | |
body {font-family:Arial;font-size:11px; } | |
p.rojo {position:absolute;left:40px;top:100px;width:40px; height:40px;background-color:red; | |
-webkit-animation: rojo 5s infinite; animation: rojo 5s infinite; } | |
p.azul {width:40px;height:40px;background-color:blue;position:absolute;left:40px;top:60px;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body {font-family:Arial;font-size:11px;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.container {float:left;} | |
html, body {height:100%;} | |
nav { | |
background-color:#CCC; | |
width:200px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Spinner | |
*/ | |
body {margin: 100px;background-color:#434343} | |
.spinner {width:100%; height:20px;text-align:center;margin:0;padding:4px;} | |
.spinner ul { | |
display: inline-block; | |
padding: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* DingDong | |
*/ | |
body {text-align:center;background:url('http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/az_subtle.png')} | |
a {display:block;} | |
.container {margin:100px auto 20px auto;height: 600px;width:300px;} | |
.sol { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.test { | |
height:100px; | |
width:100px; | |
border: 2px solid #CCC; | |
border-radius:300px; | |
background:url('http://www.truetop10.com/wp-content/uploads/2012/03/sleepy-and-tired-cute-beige-cat.jpg.pagespeed.ce.86ZeICh_1f.jpg') no-repeat 50% 50%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Carmencita | |
*/ | |
body { | |
text-align:center; | |
background:url('http://subtlepatterns.com/patterns/classy_fabric.png'); | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Carmencita | |
*/ | |
body { | |
text-align:center; | |
background:url('http://f.cl.ly/items/3l0k2J2B3N3F1H2v3L04/classy_fabric.png'); | |
} | |
.container { |