Update style.css
Browse files
style.css
CHANGED
@@ -1,28 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
}
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
9 |
}
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
16 |
}
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
border: 1px solid lightgray;
|
23 |
-
border-radius: 16px;
|
24 |
-
}
|
25 |
-
|
26 |
-
.card p:last-child {
|
27 |
-
margin-bottom: 0;
|
28 |
-
}
|
|
|
1 |
+
.container {
|
2 |
+
text-align: center;
|
3 |
+
padding-top: 50px;
|
4 |
}
|
5 |
|
6 |
+
input[type="text"] {
|
7 |
+
width: 400px;
|
8 |
+
padding: 10px;
|
9 |
+
border: 1px solid #ccc;
|
10 |
}
|
11 |
|
12 |
+
button {
|
13 |
+
padding: 10px 20px;
|
14 |
+
margin-top: 10px;
|
15 |
+
border-radius: 5px;
|
16 |
+
background-color: #4CAF50;
|
17 |
+
color: white;
|
18 |
+
font-weight: bold;
|
19 |
}
|
20 |
|
21 |
+
select {
|
22 |
+
padding: 10px;
|
23 |
+
border: 1px solid #ccc;
|
24 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|