Wednesday, August 13, 2014

Bootstrap Page Header

The page header is very nice feature of Bootstrap. This feature adds suitable spacing just about the headings on the page. This feature is very helpful for different page titles or post titles on the web page and need a way to add difference to each of them. For use a page header simply wraps your heading in a <div> with a class of .page-header:



<div class="page-header">
<h1>Example page header
<small>Subtext for header</small>
</h1>
</div>
<p>This is a sample text.This is a sample text.This is a sample text.
This is a sample text.</p>



Bootstrap Page Header

No comments:

Post a Comment