Skip to content

Instantly share code, notes, and snippets.

@mvallez
mvallez / dabblet.css
Created October 24, 2013 15:43
Estructura HTML5 - Final
/**
* Estructura HTML5 - Final
*/
html, body {
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
background-color:#333;
}
@mvallez
mvallez / dabblet.css
Created October 24, 2013 14:33
Estructura básica html5
/**
* Estructura básica html5
*/
* {margin:0; padding:0; border:0;}
html, body {