in English

점보트론

영웅 유닛 스타일 콘텐츠를 보여주기 위한 가볍고 유연한 구성 요소입니다.

선택적으로 전체 표시 영역을 확장하여 사이트의 주요 마케팅 메시지를 표시할 수 있는 가볍고 유연한 구성 요소입니다.

안녕하세요, 세계입니다!

이것은 단순한 영웅 유닛으로, 주요 콘텐츠나 정보에 특별한 관심을 불러일으키기 위한 단순한 점보트론 스타일 구성 요소입니다.


더 큰 컨테이너 내에서 콘텐츠의 공간을 확보하기 위해 타이포그래피 및 간격을 위한 유틸리티 클래스를 사용합니다.

더 알아보기
<div class="jumbotron">
  <h1 class="display-4">Hello, world!</h1>
  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
  <hr class="my-4">
  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
  <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</div>

점보트론을 전체 너비로 만들고 모서리를 둥글게 만들지 않으려면 .jumbotron-fluid수정자 클래스를 추가하고 .container또는 .container-fluid안에 또는를 추가합니다.

유체 점보트론

이것은 부모의 전체 수평 공간을 차지하는 수정된 점보트론입니다.

<div class="jumbotron jumbotron-fluid">
  <div class="container">
    <h1 class="display-4">Fluid jumbotron</h1>
    <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
  </div>
</div>