Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,13 @@ pinned: false
|
|
9 |
<style>
|
10 |
.container {
|
11 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
12 |
-
margin: 20px;
|
13 |
padding: 20px;
|
14 |
border: 1px solid #444;
|
15 |
border-radius: 10px;
|
16 |
background-color: #1e1e2f;
|
17 |
color: #e1e1e6;
|
|
|
18 |
}
|
19 |
.heading {
|
20 |
font-size: 1.8em;
|
|
|
9 |
<style>
|
10 |
.container {
|
11 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
12 |
+
margin: 20px auto;
|
13 |
padding: 20px;
|
14 |
border: 1px solid #444;
|
15 |
border-radius: 10px;
|
16 |
background-color: #1e1e2f;
|
17 |
color: #e1e1e6;
|
18 |
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
19 |
}
|
20 |
.heading {
|
21 |
font-size: 1.8em;
|