Update biz_v.html
Browse files- biz_v.html +7 -4
biz_v.html
CHANGED
|
@@ -14,6 +14,11 @@ body {
|
|
| 14 |
padding: 0;
|
| 15 |
}
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
h1 {
|
| 18 |
background-color: #4CAF50;
|
| 19 |
color: white;
|
|
@@ -60,8 +65,6 @@ h1 {
|
|
| 60 |
}
|
| 61 |
|
| 62 |
button {
|
| 63 |
-
display: block;
|
| 64 |
-
margin: 20px auto;
|
| 65 |
color: white;
|
| 66 |
background-color: #4CAF50;
|
| 67 |
border: none;
|
|
@@ -97,7 +100,7 @@ button:hover {
|
|
| 97 |
.input-row label {
|
| 98 |
display: flex;
|
| 99 |
align-items: center;
|
| 100 |
-
color:
|
| 101 |
font-size: 16px;
|
| 102 |
}
|
| 103 |
|
|
@@ -138,7 +141,7 @@ button:hover {
|
|
| 138 |
|
| 139 |
/* Custom Checkbox Styles */
|
| 140 |
.container-checkbox {
|
| 141 |
-
color:
|
| 142 |
display: block;
|
| 143 |
position: relative;
|
| 144 |
padding-left: 35px;
|
|
|
|
| 14 |
padding: 0;
|
| 15 |
}
|
| 16 |
|
| 17 |
+
h1, h2 {
|
| 18 |
+
color: black;
|
| 19 |
+
text-align: center;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
h1 {
|
| 23 |
background-color: #4CAF50;
|
| 24 |
color: white;
|
|
|
|
| 65 |
}
|
| 66 |
|
| 67 |
button {
|
|
|
|
|
|
|
| 68 |
color: white;
|
| 69 |
background-color: #4CAF50;
|
| 70 |
border: none;
|
|
|
|
| 100 |
.input-row label {
|
| 101 |
display: flex;
|
| 102 |
align-items: center;
|
| 103 |
+
color: black;
|
| 104 |
font-size: 16px;
|
| 105 |
}
|
| 106 |
|
|
|
|
| 141 |
|
| 142 |
/* Custom Checkbox Styles */
|
| 143 |
.container-checkbox {
|
| 144 |
+
color: black;
|
| 145 |
display: block;
|
| 146 |
position: relative;
|
| 147 |
padding-left: 35px;
|