주 메뉴 열기

wwiki β

바뀜

Bootstrap

305 바이트 추가됨, 2023년 12월 1일 (금) 01:21
Media queries
==== Available breakpoints ====
These breakpoints can be customized 이 breakpoints는 customized할 수 있다. if you’re using our source [[Bootstrap#Sass |Sass]] files.
{| class="wikitable"
!Breakpoint
|≥1400px
|}
{| class="wikitable"
|+
!scss/_variables.scss
|-
|<syntaxhighlight lang="css">
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px
);
</syntaxhighlight>
|}
====[[CSS#미디어 쿼리|Media queries]]====
Since Bootstrap is developed to be mobile first, we use a handful of [[Media query|media queries]] to create sensible breakpoints for our layouts and interfaces.
==== Media queries ====Since Bootstrap is developed to be mobile first, we use a handful of [[Media query|media queries]] to create sensible breakpoints for our layouts and interfaces미디어 쿼리로 breakpoint를 만들 수 있다.
== Content ==
편집
2,431