New API-driven architecture

This commit is contained in:
2025-11-23 22:59:31 +08:00
parent e219e04a48
commit 3c6f8714d2
9 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
/* Global styles */
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
}
/* Main styles */
.container {
height: 100vh;
background: url('/img/background.webp') no-repeat center center fixed;
background-size: cover;
}