Files
newTab/css/clear.css
2025-02-04 19:16:43 +08:00

12 lines
166 B
CSS

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