- 다른 뜻에 대해서는 Bootstrap 점보트론 템플릿 문서를 참조하십시오.
1 개요[ | ]
- 부트스트랩 jumbotron
- 전광판(점보트론)같은 큰 영역 지정
2 예시[ | ]
html
Copy
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js"></script>
<div class="jumbotron">
<div class="container">
<h1>훈민정음</h1>
<p>우리나라의 말이 중국과 달라 문자가 서로 통하지 않는데 이런 이유로 어리석은 백성이 말하고자 하는 바가 있어도 마침내 제 뜻을 능히 펴지 못하는 사람이 많으니라.</p>
<a href="#">더보기</a>
</div>
</div>
3 같이 보기[ | ]
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.