Create style.css

This commit is contained in:
ChenKaiLiuG
2025-04-15 18:08:11 +08:00
committed by GitHub
parent bb98540d9d
commit 4a84a1809b

20
css/style.css Normal file
View File

@@ -0,0 +1,20 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
#bg-video {
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
object-fit: cover;
z-index: -1;
}