Bootstrap

wwiki
Jhkim (토론 | 기여)님의 2023년 4월 20일 (목) 11:59 판 (새 문서: https://getbootstrap.kr/docs/5.2/ https://getbootstrap.com/docs/5.2 == Getting started == === Introduction === ==== Important globals ==== ===== HTML5 doctype ===== Bootstrap req...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

https://getbootstrap.kr/docs/5.2/

https://getbootstrap.com/docs/5.2

Getting started

Introduction

Important globals

HTML5 doctype

Bootstrap requires the use of the HTML5 doctype. Without it, you’ll see some funky and incomplete styling.

<!doctype html>
<html lang="en">
  ...
</html>
Responsive meta tag

Layout

Breakpoints

Available breakpoints

Breakpoint Class infix Dimensions
X-Small None <576px
Small sm ≥576px
Medium md ≥768px
Large lg ≥992px
Extra large xl ≥1200px
Extra extra large xxl ≥1400px