zxf/css/reset.css

10 lines
98 B
CSS
Raw Normal View History

2023-09-26 17:55:52 +08:00
* {
padding: 0;
margin: 0;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}