geethareddy commited on
Commit
8b7e1ae
·
verified ·
1 Parent(s): 4e70d0d

Create static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +18 -0
static/styles.css ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ text-align: center;
3
+ font-family: Arial, sans-serif;
4
+ }
5
+
6
+ h1 {
7
+ color: #333;
8
+ }
9
+
10
+ #mic-button {
11
+ width: 100px;
12
+ cursor: pointer;
13
+ }
14
+
15
+ #status {
16
+ font-size: 18px;
17
+ color: #555;
18
+ }