Resetear la hoja de estilos CSS - reset.css

/*****************Reset general*******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:”; } abbr,acronym { border:0; }
form label { cursor: pointer; }
/*****************Como añadidos*******************/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; } li, dd, blockquote { margin-left: 1em; }
form label { cursor: pointer; }
input, select, textarea { font-size: 100%; }

/***************Clases genericas***************/



.alignleft { text-align: left; }

.alignright { text-align: right; }

.floatleft { float: left; margin: 0 10px 10px 0; }

.floatright { float: right; margin: 0 0 10px 10px; }

.clearboth { clear: both; }

.clearleft { clear: left; }

.clearright { clear: right; }

Posts relacionados

Dar estilo a nuestro buscador con CSS
Consejos para diseñar emails
Lista de utilidades CSS

Leave a Comment