Skip to content

Instantly share code, notes, and snippets.

@SdeBatman
SdeBatman / dabblet.css
Created October 31, 2013 14:27
Comienza el css
/**
* Comienza el css
*/
body{color: black;
background:#CC99FF;
}
h2 {color: blue}
p {font-family:"Times New Roman";
font-size:15px;}
@SdeBatman
SdeBatman / dabblet.css
Created October 28, 2013 12:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{color: black;
background:#CC99FF;
}
h2 {color: blue}
p {font-family:"Times New Roman";
font-size:15px;}
@SdeBatman
SdeBatman / dabblet.css
Created October 24, 2013 18:47
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{color: black}
h2 {color: black}
p {text-aling:rigt
font-family:"Times New Roman";
font-size:12px;}