maringetxway commited on
Commit
c6608fe
·
verified ·
1 Parent(s): 7dbc6c7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +21 -16
style.css CHANGED
@@ -1,17 +1,22 @@
1
  body {
2
- font-family: sans-serif;
3
- background: #f9f9f9;
4
- padding: 2rem;
5
- text-align: center;
6
- }
7
-
8
- .container {
9
- max-width: 800px;
10
- margin: auto;
11
- }
12
-
13
- select {
14
- margin: 1rem 0;
15
- padding: 0.5rem;
16
- font-size: 1rem;
17
- }
 
 
 
 
 
 
1
  body {
2
+ font-family: sans-serif;
3
+ background: #f0f0f0;
4
+ margin: 0;
5
+ padding: 2rem;
6
+ text-align: center;
7
+ }
8
+
9
+ .container {
10
+ max-width: 800px;
11
+ margin: auto;
12
+ background: white;
13
+ padding: 2rem;
14
+ border-radius: 1rem;
15
+ box-shadow: 0 4px 20px rgba(0,0,0,0.1);
16
+ }
17
+
18
+ select {
19
+ margin: 1rem 0;
20
+ padding: 0.5rem;
21
+ font-size: 1rem;
22
+ }