ブートストラップ-ページヘッダー
ページヘッダーは、ページの見出しの周りに適切な間隔を追加するためのちょっとした機能です。これは、複数の投稿タイトルがあり、それぞれに区別を付ける方法が必要なWebページで特に役立ちます。ページヘッダーを使用するには、見出しを<div>でラップします。.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>