12 lines
158 B
CSS
12 lines
158 B
CSS
body {
|
|
background: black;
|
|
color: #cccccc;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
h1 {
|
|
font-size: 1.2em;
|
|
}
|
|
div.video {
|
|
margin: 10px auto;
|
|
width: 100%;
|
|
} |