fill container

This commit is contained in:
2025-11-29 20:48:46 +00:00
parent ca3963ed7b
commit 66b5162a75
2 changed files with 9 additions and 4 deletions

View File

@@ -106,6 +106,11 @@ video {
background: white;
}
.fill {
width: 100%;
height: 100%;
}
.center-content {
align-items: center;
text-align: center;