This commit is contained in:
2026-05-17 21:09:32 +08:00
commit 1870400c47
1564 changed files with 544713 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
.hero-5 {
height:100vh;
min-height:800px;
> .container > .row {
height:100vh;
min-height:800px;
}
.overlay {
background: rgba(0,0,0, 1);
opacity:0.5;
}
h1, p.lead {
color: var(--bs-light);
}
}