您的位置:首页 > Web前端 > CSS

css初始化

2016-03-04 22:40 585 查看
@charset "utf-8"
html{
color: #000;
background: #FFF;
}
body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,form,fieldset,input,textarea,p,blockquote,th,td{
margin: 0;
padding: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
em,strong,b,u,i{
font-style: normal;
font-weight: normal;
}
ol,ul{
list-style: none;
}
h1,h2,h3{
font-size: 100%;
font-weight: normal;
}
input,textarea,select{
font-family: inherit;
font-size: inherit;
font-weight: inherit;
*font-size: 100%;  /* to enable resizing for IE */
}
img{
border: 0 none;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: