Update biz_v.html
Browse files- biz_v.html +21 -0
biz_v.html
CHANGED
@@ -189,6 +189,27 @@
|
|
189 |
box-sizing: border-box;
|
190 |
margin-bottom: 20px;
|
191 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
</style>
|
193 |
</head>
|
194 |
<body>
|
|
|
189 |
box-sizing: border-box;
|
190 |
margin-bottom: 20px;
|
191 |
}
|
192 |
+
|
193 |
+
|
194 |
+
#uploadButtonJson {
|
195 |
+
color: white;
|
196 |
+
background-color: #4CAF50;
|
197 |
+
border: none;
|
198 |
+
cursor: pointer;
|
199 |
+
padding: 10px 20px;
|
200 |
+
font-size: 16px;
|
201 |
+
border-radius: 5px;
|
202 |
+
margin-top: 20px;
|
203 |
+
display: block;
|
204 |
+
margin-left: auto;
|
205 |
+
margin-right: auto;
|
206 |
+
}
|
207 |
+
|
208 |
+
#uploadButtonJson:hover {
|
209 |
+
background-color: #388E3C;
|
210 |
+
}
|
211 |
+
|
212 |
+
|
213 |
</style>
|
214 |
</head>
|
215 |
<body>
|