first commit

This commit is contained in:
2025-06-30 22:13:26 +02:00
commit 7c099876ce
3 changed files with 39 additions and 0 deletions

21
index.css Normal file
View File

@ -0,0 +1,21 @@
body {
margin: 0;
height: 100vh;
width: 100vw;
}
div.container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
video {
display: flex;
margin: 50px;
max-width: 1920px;
width: 100%;
height: auto;
}