2024-08-14 15:17:51 +08:00

21 lines
267 B
CSS

body, h1, div, li, ul, img, span, p ,h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
}
html {
position: static;
}
li {
list-style-type: none;
}
img {
border: 0;
}
body {
font-family: Verdana,;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
}