SomelliraAppTry / app.css
ilar06's picture
Create app.css
3c0a499 verified
raw
history blame
257 Bytes
<style>
#output {
font-size: 20px;
margin-top: 20px;
}
.red {
color: red;
}
.yellow {
color: yellow;
}
.green {
color: green;
}
video {
width: 100%;
height: auto;
}
</style>