Spaces:
Running
Running
Commit
·
a778a29
1
Parent(s):
3d7d66d
Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
|
@@ -278,8 +278,13 @@ audio {
|
|
| 278 |
<a class="nav-link text-white" href="#">Settings</a>
|
| 279 |
<a class="nav-link text-white" href="#">Downloads</a>
|
| 280 |
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasScrolling" aria-controls="offcanvasScrolling">Enable body scrolling</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 281 |
|
| 282 |
-
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
|
| 283 |
<div class="offcanvas-header">
|
| 284 |
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
|
| 285 |
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
@@ -288,11 +293,6 @@ audio {
|
|
| 288 |
<p>Try scrolling the rest of the page to see this option in action.</p>
|
| 289 |
</div>
|
| 290 |
</div>
|
| 291 |
-
</div>
|
| 292 |
-
</div>
|
| 293 |
-
</nav>
|
| 294 |
-
</div>
|
| 295 |
-
|
| 296 |
<!-- Login Page appears when click on the login text -->
|
| 297 |
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
| 298 |
<div class="modal-dialog">
|
|
|
|
| 278 |
<a class="nav-link text-white" href="#">Settings</a>
|
| 279 |
<a class="nav-link text-white" href="#">Downloads</a>
|
| 280 |
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasScrolling" aria-controls="offcanvasScrolling">Enable body scrolling</button>
|
| 281 |
+
</div>
|
| 282 |
+
</div>
|
| 283 |
+
</nav>
|
| 284 |
+
</div>
|
| 285 |
+
|
| 286 |
|
| 287 |
+
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
|
| 288 |
<div class="offcanvas-header">
|
| 289 |
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
|
| 290 |
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
|
|
|
|
| 293 |
<p>Try scrolling the rest of the page to see this option in action.</p>
|
| 294 |
</div>
|
| 295 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
<!-- Login Page appears when click on the login text -->
|
| 297 |
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
| 298 |
<div class="modal-dialog">
|