17 lines
185 B
CSS
17 lines
185 B
CSS
body {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.cont1 {
|
|
background-color: #424242;
|
|
margin-top: 1em;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#video {
|
|
width: 100%;
|
|
}
|
|
|
|
#canvas {
|
|
width: 100%;
|
|
} |