This commit is contained in:
rou
2026-03-13 23:55:18 +08:00
parent 710852d8d0
commit 295fe875a3
3 changed files with 59 additions and 13 deletions

View File

@@ -7,8 +7,10 @@
<style>
body{
background-color: rgb(248, 252, 255);
margin: 0px;
display: flex;
justify-content: center;
align-items: center;
}
a{
@@ -24,7 +26,23 @@
}
.page{
wi
width: min(700px,calc(100% - 40px));
margin: 0 auto;
}
.topbar{
padding: 15px;
background-color: white;
position: fixed;
top: 0px;
font-weight: 700;
font-size: 17px;
width: min(700px,calc(100% - 40px));
}
.content{
height: 1100px;
margin-top: 60px;
}
</style>
</head>