Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 702 Bytes

File metadata and controls

22 lines (15 loc) · 702 Bytes

페이지 제목(Page header)

페이지에 h1 적절한 여백과 구분된 공간을 주는 간단한 껍데기입니다. 그것은 h1 의 기본 small 태그를 다른 콤포넌트들보다 가장 잘 활용할 수 있습니다.

component_page_header_01

<div class="page-header">
  <h1>Example page header <small>Subtext for header</small></h1>
</div>

---