继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

reset.css 初始化样式

zhuokeke
关注TA
已关注
手记 7
粉丝 20
获赞 102
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}
html {
    color: #000;
    background: #fff;
    overflow-y: scroll
}

body,
button,
input,
select,
textarea,
pre {
    font-size: 12px;
    font-family: Arial, Helvetica, STHeiti, "宋体"
}

img {
    border: 0;
    vertical-align: bottom;
}

ul,
li,
ol {
    list-style: none;
}

.clearfix: before,
.clearfix: after {
    content: ' ';
    display: table;
}

.clearfix: after {
    clear: both;
}
打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP