GarGerry commited on
Commit
6a97837
·
verified ·
1 Parent(s): 1bc8e6d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -5
style.css CHANGED
@@ -3,21 +3,21 @@ body {
3
  font-family: Arial, sans-serif;
4
  margin: 0;
5
  padding: 0;
6
- background-color: #f4f4f4; /* Background putih */
7
- color: #333;
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: 10px;
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;