movie-web/src2/components/VideoElement.css
2022-02-06 20:56:48 +01:00

11 lines
150 B
CSS

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