movie-web/src2/components/VideoElement.css

11 lines
150 B
CSS
Raw Normal View History

2021-07-13 23:31:37 +01:00
.videoElement {
width: 100%;
2021-07-15 20:34:25 +02:00
background-color: black;
2021-07-14 00:17:34 +01:00
border-radius: 5px;
}
.videoElementText {
2021-07-14 23:09:42 +01:00
color: var(--text);
2021-07-14 00:17:34 +01:00
margin: 0;
2021-07-13 23:31:37 +01:00
}