smov/src/components/VideoElement.css
2021-07-15 20:34:25 +02:00

10 lines
150 B
CSS

.videoElement {
width: 100%;
background-color: black;
border-radius: 5px;
}
.videoElementText {
color: var(--text);
margin: 0;
}