14 lines
154 B
CSS
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;
|
|
}
|