With Bootstrap, a navigation bar can extend or collapse, depending on the screen size. A standard navigation bar is created with the .navbar class, followed by a responsive collapsing class: .navbar-expand-xl. ... sm (stacks the navbar vertically on extra large, large, medium or small screens).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.checkbox-wrapper | |
input(type="checkbox") | |
.checkbox | |
i.fa.fa-check | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="phone"> | |
<div id="main-wrapper" class="fancy-scrollbar"> | |
<div id="main"> | |
<div id="nav"> | |
<a class="nav-brand" href="#"> | |
<i class="fa-brands fa-steam"></i> | |
<h3>STEAM</h3> | |
</a> | |
<button class="nav-menu-toggle" type="button"> | |
<i class="fa-light fa-bars-sort"></i> |