UNPKG

gadmin

Version:

Free Bootstrap 4 Gentelella inspired admin template

41 lines (36 loc) 1.16 kB
<!DOCTYPE html> <html lang="en"> @@include('./../partials/head.html') <body class="g-navigation--fixed"> @@include('./../partials/navigation/navigation.html') <div class="g-container"> <main class="g-main container-fluid"> <div class="row"> <div class="col-12"> <h1> Fixed navigation <span class="g-main__subtitle" >never missed your navigation again!</span > </h1> </div> </div> <div class="row"> <div class="col-12"> <section class="g-section" style="height: 2400px;"> <div class="g-section__header"> <h2 class="g-section__title">How to use</h2> </div> <div class="g-section__content"> Add class <strong>g-navigation--fixed</strong> into the <strong>body tag</strong> of your page. </div> </section> </div> </div> </main> </div> @@include('./../partials/footer/footer.html') @@include('./../partials/scripts.html') </body> </html>