Drop here to destroy.

Search

    123 articles

    CSS Reset

    Demo Knowledge Base!May 03, 2010 0 CSS, Reset

    /* ----------------------------
    simple reset
    ---------------------------- */
    
    html, body, ul, ol, li, form, fieldset, legend
    {
    	margin: 0;
    	padding: 0;
    }
    
    h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
    fieldset,img { border: 0; }
    legend { color: #000; }
    li { list-style: none; }
    sup { vertical-align: text-top; }
    sub { vertical-align: text-bottom; }
    
    table
    {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    
    caption, th, td
    {
    	text-align: left;
    	vertical-align: top;
    	font-weight: normal;
    }
    
    input, textarea, select
    {
    	font-size: 110%;
    	line-height: 1.1;
    }
    
    abbr, acronym
    {
    	border-bottom: .1em dotted;
    	cursor: help;
    }
    

    http://www.maxdesign.com.au/articles/css-reset/

    Comments

    There are no comments for this article yet. Leave a comment!

    starší články