first commit

This commit is contained in:
编码猿
2025-02-04 19:16:43 +08:00
commit 53ce1dfa30
17 changed files with 415 additions and 0 deletions

12
css/clear.css Normal file
View File

@@ -0,0 +1,12 @@
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;
}