mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-10 00:44:10 -08:00
12 lines
190 B
CSS
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;
|
||
|
}
|