Files
ClassContent/历届学生/吴欣阳/项目开发/练习项目/课程练习/6.9/饿了么/css/clear.css
2024-09-27 02:06:13 +08:00

20 lines
221 B
CSS

body,ul,li,p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
input {
outline: none;
border: none;
padding: 0;
}
body{
background: #fff;