added css:

This commit is contained in:
cabbbyy
2025-08-11 22:17:45 +08:00
parent 5c4c2c3b24
commit 098d0f5b41
6 changed files with 293 additions and 0 deletions

22
style/intro.css Normal file
View File

@@ -0,0 +1,22 @@
.intro {
width: 100%;
height: 100vh; /* adjust as you like */
border-radius: 10px !important; /* ← rounded corners */
margin-top: 1rem;
padding: 1rem;
}
.intro h1 {
font-size: 7rem;
font-weight: 700;
}
.intro b {
font-size: 10rem;
font-weight: 800;
}
.intro p {
font-size: 3rem;
}