2019-01-28 01:34:06 +01:00

36 lines
454 B
CSS

html, body {
height: 100%;
margin: 0;
background-color: #90caf9;
}
#video {
width: 100%;
}
#canvas {
width: 100%;
}
.cont {
margin-top: 3%;
height: 100%;
border-radius: 30px;
background-color: rgb(44, 44, 44);
}
.opt1 {
background-color: rgb(44, 44, 44);
height: 100%;
border-radius: 30px;
}
.opt2 {
background-color: rgb(44, 44, 44);
height: 100%;
border-radius: 30px;
}
.blah {
}