Spaces:
Running
Running
Update styles.css
Browse files- styles.css +14 -14
styles.css
CHANGED
@@ -20,20 +20,6 @@ h1, h2 {
|
|
20 |
color: #fff;
|
21 |
}
|
22 |
|
23 |
-
.search-container {
|
24 |
-
margin-bottom: 20px;
|
25 |
-
}
|
26 |
-
|
27 |
-
#searchInput {
|
28 |
-
width: 100%;
|
29 |
-
padding: 10px;
|
30 |
-
font-size: 16px;
|
31 |
-
border: 1px solid #444;
|
32 |
-
border-radius: 5px;
|
33 |
-
background-color: #222;
|
34 |
-
color: #fff;
|
35 |
-
}
|
36 |
-
|
37 |
form {
|
38 |
display: flex;
|
39 |
flex-direction: column;
|
@@ -64,6 +50,20 @@ button:hover {
|
|
64 |
background-color: #218838;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
table {
|
68 |
width: 100%;
|
69 |
border-collapse: collapse;
|
|
|
20 |
color: #fff;
|
21 |
}
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
form {
|
24 |
display: flex;
|
25 |
flex-direction: column;
|
|
|
50 |
background-color: #218838;
|
51 |
}
|
52 |
|
53 |
+
.search-container {
|
54 |
+
margin-bottom: 20px;
|
55 |
+
}
|
56 |
+
|
57 |
+
#searchInput {
|
58 |
+
width: 100%;
|
59 |
+
padding: 10px;
|
60 |
+
font-size: 16px;
|
61 |
+
border: 1px solid #444;
|
62 |
+
border-radius: 5px;
|
63 |
+
background-color: #222;
|
64 |
+
color: #fff;
|
65 |
+
}
|
66 |
+
|
67 |
table {
|
68 |
width: 100%;
|
69 |
border-collapse: collapse;
|