Spaces:
Sleeping
Sleeping
Create app.css
Browse files
app.css
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<style>
|
2 |
+
#output {
|
3 |
+
font-size: 20px;
|
4 |
+
margin-top: 20px;
|
5 |
+
}
|
6 |
+
.red {
|
7 |
+
color: red;
|
8 |
+
}
|
9 |
+
.yellow {
|
10 |
+
color: yellow;
|
11 |
+
}
|
12 |
+
.green {
|
13 |
+
color: green;
|
14 |
+
}
|
15 |
+
video {
|
16 |
+
width: 100%;
|
17 |
+
height: auto;
|
18 |
+
}
|
19 |
+
</style>
|