Files
ymaxm.pages.shurenstudy.com/index.css
maxkey52 cb9fb1e9a1 111
2026-02-28 22:40:14 +08:00

10 lines
132 B
CSS

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