Spaces:
Sleeping
Sleeping
Update public/style.css
Browse files- public/style.css +14 -0
public/style.css
CHANGED
@@ -36,4 +36,18 @@ button {
|
|
36 |
|
37 |
button:hover {
|
38 |
background: #1557b0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
|
|
36 |
|
37 |
button:hover {
|
38 |
background: #1557b0;
|
39 |
+
}
|
40 |
+
|
41 |
+
.result-box {
|
42 |
+
padding: 20px;
|
43 |
+
background: #f8f9fa;
|
44 |
+
border-radius: 5px;
|
45 |
+
margin: 20px 0;
|
46 |
+
}
|
47 |
+
|
48 |
+
.error-box {
|
49 |
+
background: #ffe3e3;
|
50 |
+
color: #dc3545;
|
51 |
+
padding: 20px;
|
52 |
+
border-radius: 5px;
|
53 |
}
|