pc web page css reset_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:41:23
Original
1083 people have browsed it

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0;  } 
Copy after login
table { border-collapse: collapse; border-spacing: 0;  } 
Copy after login
fieldset,img { border: 0;  } 
Copy after login
ol,ul { list-style: none;  } 
Copy after login
th { text-align: left;  } 
Copy after login
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;  } 
Copy after login
a, a:link, a:visited, a:hover, a:active { outline: 0; text-decoration: none;  }
Copy after login
.clearfix { /*zoom: 1; display: table; width: 100%;*/overflow:auto;_height:1% }
Copy after login
.clear { clear: both; }
Copy after login
.fl { float: left; }
Copy after login
.fr { float: right; } 
Copy after login
body{ font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif; letter-spacing: 2px; }
Copy after login

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!