Subayyal commited on
Commit
25988f9
·
verified ·
1 Parent(s): edc68d7

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +17 -0
style.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* style.css */
2
+ body {
3
+ background-color: #f7fafc;
4
+ color: #0f172a;
5
+ font-family: "Inter", "Helvetica", sans-serif;
6
+ }
7
+
8
+ h1 {
9
+ color: #0b5cff;
10
+ }
11
+
12
+ .stButton>button {
13
+ border-radius: 8px;
14
+ background-color: #2563eb;
15
+ color: white;
16
+ padding: 0.6em 1.2em;
17
+ }