Base title

Lorem Ipsum is simply dummy text of the printing

Variants

Base 1 Base 2

Usage

<div class="header-base">
    <div class="container">
        <div class="row">
            <div class="col-md-9">
                <div class="title-base text-left">
                    <h1>THE COMPANY PRESENTATION TEXT</h1>
                    <p>Lorem Ipsum is simply dummy text of the printing.</p>
                </div>
            </div>
            <div class="col-md-3">
                <ol class="breadcrumb b">
                    <li><a href="#">Home</a></li>
                    <li><a href="#">Library</a></li>
                    <li class="active">Data</li>
                </ol>
            </div>
        </div>           
    </div>
</div>

Main settings

Name Type Description
White CSS Add class white to the container object to convert all colors to white. Use this feature for dark backgrounds.
Code location Information Insert the title code just belove header code. Example:
<body>
    <header> 
        ... 
    </header>
    <div class="header-base">
        ...
    </div>
    ...
</body>