1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-22 14:57:40 +01:00
smov/src/components/VideoElement.css

11 lines
146 B
CSS
Raw Normal View History

2021-07-14 00:31:37 +02:00
.videoElement {
width: 100%;
2021-07-14 01:17:34 +02:00
background-color: #111117;
border-radius: 5px;
}
.videoElementText {
color: white;
margin: 0;
2021-07-14 00:31:37 +02:00
}