Content

Contents are referred to as inner layout structure. We have pre-build different inner content structures that are widely used for different web apps or even mobiles apps

Layouts:

  • Plain

  • Coverpage with parallax

  • Full height coverpage with parallax

  • Page title parallax

  • Column view 3:9

  • Column view 9:3

  • Column view 6:6

Plain

<!-- START PAGE CONTENT -->
<div class="content">
    <!-- START PAGE COVER -->
    <div class="container-fluid container-fixed-lg ">
        <ul class="breadcrumb">
            <li>
                <p>home</p>
            </li>
            <li><a href="#" class="active">Plain template</a> 
            </li>
        </ul>
        <!-- END BREADCRUMB -->
        <h3 class="page-title">Page Title</h3>
    </div>

    <div class="container-fluid container-fixed-lg">

          <!-- CONTENT GOES HERE-->

    </div>
</div>
<!-- END PAGE CONTENT -->

Coverpage with parallax

Full height coverpage with parallax

Page title parallax

Column view 3:9

Column view 9:3

Column view 6:6

Last updated