eagler-teavm-fork/samples/video/src/main/webapp/style.css
2015-10-04 11:49:20 +03:00

12 lines
190 B
CSS

video {
border: 1px solid black;
padding: 0; margin: 0;
width: 427px;
height: 240px;
background-color: black;
margin: auto;
float: left;
}
#buttons {
text-align: center;
}