로컬 CSS 미디어쿼리 생성기
실시간 미리보기로 반응형 CSS 미디어 쿼리 구축
뷰포트 경계와 접근성 조건을 선택한 다음 바로 붙여넣을 수 있는 @media 블록을 복사하세요.
파일을 업로드하지 않습니다. 처리는 이 브라우저 탭에서만 진행됩니다.
반응형 규칙을 관리하기 쉽게
Use min-width for mobile-first additions and max-width when a rule should stop above a size.
Combine width with orientation or reduced-motion preferences when the behavior depends on more than viewport size.
Keep the generated condition focused, then add the declarations your component needs inside the block.
미디어쿼리 질문
What does min-width mean?The rule matches when the viewport is at least the chosen width.
Can I leave both widths empty?Yes. The tool creates a valid media type block ready for your declarations.
Why include reduced motion?It lets you adapt animations for people who request less motion in their operating system.