Files
ClassContent/历届学生/韩想/项目开发/课程项目/饿了么/css/clear.css
2024-09-27 02:06:13 +08:00

16 lines
213 B
CSS

/* 专门用来重置浏览器默认样式的 */
body, p,ul,li,h1,h2,h3,h4,h5,h6,input{
margin: 0;
padding: 0;
}
input {
outline: none;
}
li {
list-style: none;
}
a {
text-decoration: none;
}