2022-08-08 19:37:43 +02:00

20 lines
305 B
CSS

video {
width: 100%;
height: auto;
float: left;
cursor: pointer;
}
.streamcomponent div {
position: absolute;
background: #f8f8f8;
padding-left: 5px;
padding-right: 5px;
color: #777777;
font-weight: bold;
border-bottom-right-radius: 4px;
}
p{
margin: 0;
}