Header title

Lorem ipsum is simply dummy text of the printing

Usage

<header class="header-base">
    <div class="container">
        <h1>Header title</h1>
        <h2>Lorem ipsum is simply dummy text of the printing</h2>
        <ol class="breadcrumb">
            <li><a href="#">Home</a></li>
            <li><a href="#">Headers</a></li>
            <li><a href="#">Base</a></li>
        </ol>
    </div>
</header>

Main settings

Name Type Description
Light color CSS Add the class light to the component to convert all colors to white. Use this feature for dark backgrounds.
Alignment CSS Add one of the following classes to the component to align it: align-center,align-left,align-right.
Code location Information For information about the code location of this component visit the start here page.