Skip to content

Instantly share code, notes, and snippets.

View glorialangreo's full-sized avatar

Glòria Langreo glorialangreo

View GitHub Profile
@glorialangreo
glorialangreo / dabblet.css
Created July 12, 2014 10:36
The first commented line is your dabblet’s title
/**
* 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;}
@glorialangreo
glorialangreo / dabblet.css
Created May 21, 2014 14:32
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {font-family:Arial;font-size:11px;}
@glorialangreo
glorialangreo / dabblet.css
Created January 8, 2014 11:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {float:left;}
html, body {height:100%;}
nav {
background-color:#CCC;
width:200px;
/**
* 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;
/**
* 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 {
@glorialangreo
glorialangreo / dabblet.css
Created May 22, 2012 11:29
The first commented line is your dabblet’s title
/**
* 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%;
/**
* Carmencita
*/
body {
text-align:center;
background:url('http://subtlepatterns.com/patterns/classy_fabric.png');
}
@glorialangreo
glorialangreo / dabblet.css
Created May 13, 2012 19:18 — forked from anonymous/dabblet.css
Carmencita
/**
* Carmencita
*/
body {
text-align:center;
background:url('http://f.cl.ly/items/3l0k2J2B3N3F1H2v3L04/classy_fabric.png');
}
.container {