html pfusch

This commit is contained in:
Leonard Anton Gläser
2022-03-29 13:26:29 +02:00
parent 5c47882b19
commit 498929d7b8
3 changed files with 48 additions and 11 deletions

24
public/css/mystyle.css Normal file
View File

@ -0,0 +1,24 @@
/* * {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
} */
/* #main {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
}
*/
body {
margin: 0;
height: 100vh;
width: 100%;
/* overflow: hidden; */
}
video {
width: 100% !important;
height: auto !important;
background-color: black;
}