This commit is contained in:
maxkey52
2026-02-28 22:40:14 +08:00
parent b703be75ae
commit cb9fb1e9a1

10
index.css Normal file
View File

@@ -0,0 +1,10 @@
*{
margin: 0;
}
.test-main{
background-color:aquamarine;
border-radius: 7px;
h1{
text-align: center;
}
}