Lorem Ipsum is simply dummy text of the printing
<div class="header-base bg-cover white" style="background-image: url('http://www.framework-y.com/images/thumb-wide.png')"> <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 white"> <li><a href="#">Home</a></li> <li><a href="#">Library</a></li> <li class="active">Data</li> </ol> </div> </div> </div> </div>
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> |