vivaplusdl/static/style.css
Sebastiaan de Schaetzen 995fc6ceea
Some checks failed
Build / build (push) Has been cancelled
Working on the front-end
2025-03-13 06:24:41 +01:00

14 lines
154 B
CSS

body {
background-color: black;
color: white;
font-family: sans-serif;
}
h1 {
text-transform: uppercase;
}
.video-box {
border: 1px solid white;
}