Update style.css
Browse files
style.css
CHANGED
@@ -13,6 +13,7 @@ body {
|
|
13 |
height: 100vh;
|
14 |
color: #333;
|
15 |
position: relative;
|
|
|
16 |
}
|
17 |
|
18 |
.container {
|
@@ -24,18 +25,18 @@ body {
|
|
24 |
max-width: 600px;
|
25 |
text-align: center;
|
26 |
position: relative;
|
27 |
-
margin: 0 20px;
|
28 |
}
|
29 |
|
30 |
header {
|
31 |
-
margin-bottom:
|
32 |
}
|
33 |
|
34 |
h1 {
|
35 |
-
font-size:
|
36 |
color: #2D3A3A;
|
37 |
font-weight: 600;
|
38 |
animation: slideIn 2s ease-out;
|
|
|
39 |
}
|
40 |
|
41 |
/* Efek animasi untuk header */
|
@@ -108,6 +109,7 @@ button {
|
|
108 |
font-weight: 600;
|
109 |
cursor: pointer;
|
110 |
transition: background-color 0.3s ease;
|
|
|
111 |
}
|
112 |
|
113 |
button:hover {
|
@@ -127,8 +129,8 @@ button:hover {
|
|
127 |
}
|
128 |
|
129 |
footer {
|
130 |
-
margin-top:
|
131 |
-
font-size:
|
132 |
color: #555;
|
133 |
text-align: center;
|
134 |
}
|
@@ -147,6 +149,7 @@ footer p {
|
|
147 |
|
148 |
h1 {
|
149 |
font-size: 1.5rem;
|
|
|
150 |
}
|
151 |
|
152 |
input, select {
|
@@ -156,6 +159,10 @@ footer p {
|
|
156 |
button {
|
157 |
font-size: 16px;
|
158 |
}
|
|
|
|
|
|
|
|
|
159 |
}
|
160 |
|
161 |
/* Responsif untuk tampilan yang lebih besar (Tablet ke atas) */
|
@@ -175,4 +182,8 @@ footer p {
|
|
175 |
button {
|
176 |
font-size: 20px;
|
177 |
}
|
|
|
|
|
|
|
|
|
178 |
}
|
|
|
13 |
height: 100vh;
|
14 |
color: #333;
|
15 |
position: relative;
|
16 |
+
padding: 20px;
|
17 |
}
|
18 |
|
19 |
.container {
|
|
|
25 |
max-width: 600px;
|
26 |
text-align: center;
|
27 |
position: relative;
|
|
|
28 |
}
|
29 |
|
30 |
header {
|
31 |
+
margin-bottom: 30px;
|
32 |
}
|
33 |
|
34 |
h1 {
|
35 |
+
font-size: 2rem;
|
36 |
color: #2D3A3A;
|
37 |
font-weight: 600;
|
38 |
animation: slideIn 2s ease-out;
|
39 |
+
margin-bottom: 20px;
|
40 |
}
|
41 |
|
42 |
/* Efek animasi untuk header */
|
|
|
109 |
font-weight: 600;
|
110 |
cursor: pointer;
|
111 |
transition: background-color 0.3s ease;
|
112 |
+
margin-top: 20px;
|
113 |
}
|
114 |
|
115 |
button:hover {
|
|
|
129 |
}
|
130 |
|
131 |
footer {
|
132 |
+
margin-top: 30px;
|
133 |
+
font-size: 14px;
|
134 |
color: #555;
|
135 |
text-align: center;
|
136 |
}
|
|
|
149 |
|
150 |
h1 {
|
151 |
font-size: 1.5rem;
|
152 |
+
margin-bottom: 15px;
|
153 |
}
|
154 |
|
155 |
input, select {
|
|
|
159 |
button {
|
160 |
font-size: 16px;
|
161 |
}
|
162 |
+
|
163 |
+
footer {
|
164 |
+
font-size: 12px;
|
165 |
+
}
|
166 |
}
|
167 |
|
168 |
/* Responsif untuk tampilan yang lebih besar (Tablet ke atas) */
|
|
|
182 |
button {
|
183 |
font-size: 20px;
|
184 |
}
|
185 |
+
|
186 |
+
footer {
|
187 |
+
font-size: 14px;
|
188 |
+
}
|
189 |
}
|