Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -3,21 +3,21 @@ body {
|
|
3 |
font-family: Arial, sans-serif;
|
4 |
margin: 0;
|
5 |
padding: 0;
|
6 |
-
background-color: #
|
7 |
-
color:
|
8 |
display: flex;
|
9 |
justify-content: center;
|
10 |
align-items: flex-start;
|
11 |
height: 100vh;
|
12 |
-
overflow-y: auto;
|
13 |
}
|
14 |
|
15 |
-
/* Container utama */
|
16 |
.container {
|
17 |
width: 100%;
|
18 |
max-width: 800px;
|
19 |
background-color: #ffffff;
|
20 |
-
border-radius:
|
21 |
padding: 20px;
|
22 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
23 |
margin-top: 20px;
|
|
|
3 |
font-family: Arial, sans-serif;
|
4 |
margin: 0;
|
5 |
padding: 0;
|
6 |
+
background-color: #4CAF50; /* Background hijau */
|
7 |
+
color: white;
|
8 |
display: flex;
|
9 |
justify-content: center;
|
10 |
align-items: flex-start;
|
11 |
height: 100vh;
|
12 |
+
overflow-y: auto; /* Membolehkan scroll */
|
13 |
}
|
14 |
|
15 |
+
/* Container utama dengan bentuk melengkung */
|
16 |
.container {
|
17 |
width: 100%;
|
18 |
max-width: 800px;
|
19 |
background-color: #ffffff;
|
20 |
+
border-radius: 30px; /* Membuat sudut melengkung */
|
21 |
padding: 20px;
|
22 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
23 |
margin-top: 20px;
|