15 lines
198 B
CSS
15 lines
198 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
color: #4CAF50;
|
|
}
|
|
|
|
#video {
|
|
width: 100%;
|
|
max-width: 600px;
|
|
border: 1px solid #ddd;
|
|
margin-top: 20px;
|
|
}
|