Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -16,13 +16,14 @@ body {
|
|
| 16 |
.container {
|
| 17 |
width: 100%;
|
| 18 |
max-width: 800px;
|
| 19 |
-
background-color:
|
| 20 |
-
border-radius: 30px; /*
|
| 21 |
padding: 20px;
|
| 22 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 23 |
margin-top: 20px;
|
| 24 |
}
|
| 25 |
|
|
|
|
| 26 |
/* Styling untuk header */
|
| 27 |
header {
|
| 28 |
text-align: center;
|
|
|
|
| 16 |
.container {
|
| 17 |
width: 100%;
|
| 18 |
max-width: 800px;
|
| 19 |
+
background-color: rgba(255, 255, 255, 0.9); /* Memberikan efek transparansi */
|
| 20 |
+
border-radius: 30px; /* Sudut melengkung */
|
| 21 |
padding: 20px;
|
| 22 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 23 |
margin-top: 20px;
|
| 24 |
}
|
| 25 |
|
| 26 |
+
|
| 27 |
/* Styling untuk header */
|
| 28 |
header {
|
| 29 |
text-align: center;
|