Files
ClassContent/项目合集/聊天室/chat_fontend/css/clear.css
2024-09-27 02:06:13 +08:00

13 lines
151 B
CSS

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