css reset

// 简单的reset

*{
margin: 0;
border: 0;
padding: 0;
}
a{
text-decoration: none;
color: #000;
}
ul{
list-style: none;
}
body{
font-family: "微软雅黑";
font-size: 16px;
}

posted on 2017-02-17 13:58  杨俊飞  阅读(154)  评论(0编辑  收藏  举报

导航