Fetching metadata from the HF Docker repository...
Create app.css
3c0a499
verified
|
<style> |
|
#output { |
|
font-size: 20px; |
|
margin-top: 20px; |
|
} |
|
.red { |
|
color: red; |
|
} |
|
.yellow { |
|
color: yellow; |
|
} |
|
.green { |
|
color: green; |
|
} |
|
video { |
|
width: 100%; |
|
height: auto; |
|
} |
|
</style> |