Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -6,17 +6,17 @@
|
|
6 |
|
7 |
body {
|
8 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
9 |
-
background: linear-gradient(135deg, #
|
10 |
display: flex;
|
11 |
justify-content: center;
|
12 |
align-items: center;
|
13 |
height: 100vh;
|
14 |
-
color: #
|
15 |
position: relative;
|
16 |
}
|
17 |
|
18 |
.container {
|
19 |
-
background:
|
20 |
border-radius: 15px;
|
21 |
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
|
22 |
padding: 40px;
|
@@ -85,7 +85,7 @@ button:hover {
|
|
85 |
margin-top: 20px;
|
86 |
font-size: 20px;
|
87 |
font-weight: bold;
|
88 |
-
color: #
|
89 |
text-transform: uppercase;
|
90 |
}
|
91 |
|
|
|
6 |
|
7 |
body {
|
8 |
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
9 |
+
background: linear-gradient(135deg, #2A2A2A, #333333); /* Latar belakang gelap yang lebih adem */
|
10 |
display: flex;
|
11 |
justify-content: center;
|
12 |
align-items: center;
|
13 |
height: 100vh;
|
14 |
+
color: #E0E0E0; /* Warna teks terang untuk kontras yang nyaman */
|
15 |
position: relative;
|
16 |
}
|
17 |
|
18 |
.container {
|
19 |
+
background: rgba(255, 255, 255, 0.9); /* Latar belakang putih transparan untuk konten */
|
20 |
border-radius: 15px;
|
21 |
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
|
22 |
padding: 40px;
|
|
|
85 |
margin-top: 20px;
|
86 |
font-size: 20px;
|
87 |
font-weight: bold;
|
88 |
+
color: #E0E0E0; /* Teks hasil yang terang */
|
89 |
text-transform: uppercase;
|
90 |
}
|
91 |
|