Files
ClassContent/历届学生/18课程/class18_2/项目/上课项目/橱窗/css/clear.css
2024-09-27 02:06:13 +08:00

10 lines
139 B
CSS

body,ul,li,h1,h6,h2,h3,h4,h5,p {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
}
a {
text-decoration: none;
}