Skip to content

Instantly share code, notes, and snippets.

@nunfo
nunfo / dabblet.css
Created May 23, 2012 21:34
Reseteo CSS
/ * CSS * /
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
body {
background-color: #444;
text-align: center;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
@nunfo
nunfo / dabblet.css
Created May 23, 2012 19:04
Reseteo CSS
/ * CSS * /
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
body {
background-color: #444;
text-align: center;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
@nunfo
nunfo / dabblet.css
Created May 21, 2012 20:57
Reseteo CSS
/ * CSS * /
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
body {
background-color: #444;
text-align: center;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
/* CSS */
/* Reseteo CSS */
* { padding:0; margin:0; border:0;}
@nunfo
nunfo / dabblet.css
Created March 5, 2012 17:37
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
#contenedor {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@nunfo
nunfo / dabblet.css
Created February 29, 2012 22:57
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
#contenedor {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@nunfo
nunfo / dabblet.css
Created February 29, 2012 20:52
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* Reseteo CSS */
* { padding:0; margin:0; border:0; }
#contenedor {
background: #333666;
background-gradient: (180deg, #333666, white)
line-height:100%;