ilar06 commited on
Commit
3c0a499
·
verified ·
1 Parent(s): ef853cb

Create app.css

Browse files
Files changed (1) hide show
  1. app.css +19 -0
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>