目前比较全的CSS reset重设方法总结

2020-05-01 09:36:38易采站长站整理

    border: none;    
}    
sup {    
    vertical-align: super;    
}    
sub {    
    vertical-align: sub;    
}    
h1 {    
    font-size: 2em;    
}    
h2 {    
    font-size: 1.8em;    
}    
h3 {    
    font-size: 1.6em;    
}    
h4 {    
    font-size: 1.4em;    
}    
h5 {    
    font-size: 1.2em;    
}    
h6 {    
    font-size: 1em;    
}    
a, a:link, a:visited, a:hover, a:active {    
    outline: 0;    
    text-decoration: none;    
}    
a img {    
    border: none;    
    text-decoration: none;    
}    
img {    
    border: none;    
    text-decoration: none;    
}    
label, button {    
    cursor: pointer;    
}    
input:focus, select:focus, textarea:focus {    
    background-color: #FFF;    
}    
fieldset {    
    border: none;    
}    
.clear {    
    clear: both;    
}    
.float-left {    
    float: left;    
}    
.float-rightright {    
    float: rightright;    
}    
body {    
    text-align: center;    
}    
#wrapper {    
    margin: 0 auto;    
    text-align: left;    
}  

十四. Anieto2K Reset CSS