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

8
style/projects.css Normal file
View File

@@ -0,0 +1,8 @@
.projects {
width: 100%;
height: 50vh; /* adjust as you like */
border-radius: 10px !important; /* ← rounded corners */
margin-top: 1rem;
padding: 1rem;
}