20 lines
275 B
CSS
20 lines
275 B
CSS
body {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
video {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
#playerheader {
|
|
text-align: right;
|
|
}
|
|
#playerheader a {
|
|
color: white;
|
|
text-decoration: none;
|
|
}
|
|
span.settings {
|
|
position: relative;
|
|
}
|