Peiiiiiiiiru commited on
Commit
521d5c9
1 Parent(s): 5b8529f

Create static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +22 -0
static/style.css ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial, sans-serif;
3
+ margin: 20px;
4
+ }
5
+
6
+ h1 {
7
+ color: #4CAF50;
8
+ }
9
+
10
+ button {
11
+ margin: 10px;
12
+ padding: 10px 15px;
13
+ background-color: #4CAF50;
14
+ color: white;
15
+ border: none;
16
+ cursor: pointer;
17
+ }
18
+
19
+ #result {
20
+ margin-top: 20px;
21
+ font-size: 18px;
22
+ }