Bootstrap-page-header

提供:Dev Guides
2020年6月22日 (月) 20:01時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

ブートストラップ-ページヘッダー

ページヘッダーは、ページの見出しの周りに適切なスペースを追加するための便利な機能です。 これは、複数の投稿タイトルがあり、それぞれに区別を追加する方法が必要なWebページで特に役立ちます。 ページヘッダーを使用するには、*。page-header *のクラスで<div>に見出しをラップします-

<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>