Reset CSS a Great CSS Tools

Reset CSS a Great CSS Tools

Reset CSS a Great CSS ToolsThis is the simple way to handle your html page. like body, list, table, etc. Just copy below code  into your new sheet. And save it as “reset.css”. After saving file just LINK this CSS file into your Index
page.

Click here for download reset.css

* {

margin:0;

padding:0;

}

body {

line-height: 1;

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {

margin: 0;

padding: 0;

border: 0;

font-size: 100%;

font: inherit;

vertical-align: baseline;

}

ol, ul {

list-style: none;

}

blockquote, q {

quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

content: '';

content: none;

}

table {

border-collapse: collapse;

border-spacing: 0;

}

a{

text-decoration:none;

}

a:hover{

text-decoration:underline;

}


Join the Conversation

4 Comments

  1. Hi there! This post couldn’t be written any better! Looking through this article reminds me of my previous roommate! He continually kept talking about this. I most certainly will forward this information to him. Fairly certain he’s going to have a great read. Thanks for sharing!

  2. My family members always say that I am killing my time here at net, except I know I am getting familiarity everyday by reading thes pleasant content.

  3. I have read so many articles or reviews concerning the blogger lovers except this piece of writing is actually a fastidious piece of writing, keep it up.

  4. Thanks for shariong such a good thought, post iss
    pleasant, thags why i ave read it completely

Leave a comment

Your email address will not be published. Required fields are marked *