Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -35
index.html
CHANGED
|
@@ -46,13 +46,7 @@
|
|
| 46 |
--analyze-button-hover-bg: #009688; / Teal */
|
| 47 |
}
|
| 48 |
|
| 49 |
-
|
| 50 |
-
Code
|
| 51 |
-
download
|
| 52 |
-
content_copy
|
| 53 |
-
expand_less
|
| 54 |
-
IGNORE_WHEN_COPYING_START
|
| 55 |
-
IGNORE_WHEN_COPYING_END
|
| 56 |
body {
|
| 57 |
font-family: 'Arial', sans-serif;
|
| 58 |
line-height: 1.6;
|
|
@@ -216,13 +210,6 @@ margin-bottom: 1rem;
|
|
| 216 |
border-bottom: 2px solid var(--border-color);
|
| 217 |
}
|
| 218 |
|
| 219 |
-
code
|
| 220 |
-
Code
|
| 221 |
-
download
|
| 222 |
-
content_copy
|
| 223 |
-
expand_less
|
| 224 |
-
IGNORE_WHEN_COPYING_START
|
| 225 |
-
IGNORE_WHEN_COPYING_END
|
| 226 |
.tab {
|
| 227 |
padding: 0.5rem 1rem;
|
| 228 |
margin: 0 0.5rem;
|
|
@@ -243,13 +230,7 @@ background-color: var(--primary-color);
|
|
| 243 |
color: white;
|
| 244 |
}
|
| 245 |
|
| 246 |
-
|
| 247 |
-
Code
|
| 248 |
-
download
|
| 249 |
-
content_copy
|
| 250 |
-
expand_less
|
| 251 |
-
IGNORE_WHEN_COPYING_START
|
| 252 |
-
IGNORE_WHEN_COPYING_END
|
| 253 |
.tab-content {
|
| 254 |
display: none;
|
| 255 |
padding: 1rem;
|
|
@@ -282,13 +263,7 @@ text-transform: uppercase;
|
|
| 282 |
letter-spacing: 0.05em;
|
| 283 |
}
|
| 284 |
|
| 285 |
-
|
| 286 |
-
Code
|
| 287 |
-
download
|
| 288 |
-
content_copy
|
| 289 |
-
expand_less
|
| 290 |
-
IGNORE_WHEN_COPYING_START
|
| 291 |
-
IGNORE_WHEN_COPYING_END
|
| 292 |
.metrics-table td {
|
| 293 |
padding: 0.8rem 0.5rem;
|
| 294 |
}
|
|
@@ -647,13 +622,7 @@ footer p, footer address {
|
|
| 647 |
<img src="image2.png" alt="Tool Logo">
|
| 648 |
</div>
|
| 649 |
|
| 650 |
-
|
| 651 |
-
Code
|
| 652 |
-
download
|
| 653 |
-
content_copy
|
| 654 |
-
expand_less
|
| 655 |
-
IGNORE_WHEN_COPYING_START
|
| 656 |
-
IGNORE_WHEN_COPYING_END
|
| 657 |
<div class="tabs">
|
| 658 |
<div class="tab active" data-tab="prediction">
|
| 659 |
<i class="fas fa-search"></i> Prediction
|
|
|
|
| 46 |
--analyze-button-hover-bg: #009688; / Teal */
|
| 47 |
}
|
| 48 |
|
| 49 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
body {
|
| 51 |
font-family: 'Arial', sans-serif;
|
| 52 |
line-height: 1.6;
|
|
|
|
| 210 |
border-bottom: 2px solid var(--border-color);
|
| 211 |
}
|
| 212 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
.tab {
|
| 214 |
padding: 0.5rem 1rem;
|
| 215 |
margin: 0 0.5rem;
|
|
|
|
| 230 |
color: white;
|
| 231 |
}
|
| 232 |
|
| 233 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
.tab-content {
|
| 235 |
display: none;
|
| 236 |
padding: 1rem;
|
|
|
|
| 263 |
letter-spacing: 0.05em;
|
| 264 |
}
|
| 265 |
|
| 266 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 267 |
.metrics-table td {
|
| 268 |
padding: 0.8rem 0.5rem;
|
| 269 |
}
|
|
|
|
| 622 |
<img src="image2.png" alt="Tool Logo">
|
| 623 |
</div>
|
| 624 |
|
| 625 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 626 |
<div class="tabs">
|
| 627 |
<div class="tab active" data-tab="prediction">
|
| 628 |
<i class="fas fa-search"></i> Prediction
|