GarGerry commited on
Commit
2834f2e
·
verified ·
1 Parent(s): c1fa8ff

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -2
style.css CHANGED
@@ -16,13 +16,14 @@ body {
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;
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;