Keiraj commited on
Commit
dc76ac3
·
verified ·
1 Parent(s): 6129da6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -9,6 +9,9 @@ def main():
9
  body {
10
  background-color: #c98fbc;
11
  text-align: center;
 
 
 
12
 
13
  }
14
 
@@ -20,12 +23,18 @@ def main():
20
  background-color: #9e3e88;
21
  color: white;
22
  font-size: 21px;
23
- border-radius: 10px;
24
  width: 300px;
25
  height: 80px;
26
  display: block;
27
  margin: auto;
28
  }
 
 
 
 
 
 
29
  .stMarkdown {
30
  text-align: center;
31
  }
 
9
  body {
10
  background-color: #c98fbc;
11
  text-align: center;
12
+ font-size: 50px;
13
+ margin-top: 50px;
14
+ font-family: 'Comic Sans MS', cursive, sans-serif;
15
 
16
  }
17
 
 
23
  background-color: #9e3e88;
24
  color: white;
25
  font-size: 21px;
26
+ border-radius: 15px;
27
  width: 300px;
28
  height: 80px;
29
  display: block;
30
  margin: auto;
31
  }
32
+
33
+ .stButton>button:hover {
34
+ background-color: #D81B60;
35
+ color: white;
36
+ }
37
+
38
  .stMarkdown {
39
  text-align: center;
40
  }