understanding commited on
Commit
281f7c9
·
verified ·
1 Parent(s): 8414e66

Update public/style.css

Browse files
Files changed (1) hide show
  1. 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
  }