Language
Loading...
レスポンシブWebデザインのためのCSSメディアクエリをビジュアルに構築・生成
@media screen and (min-width: 768px) { .container { padding: 1rem; } }
Resize your browser to see the breakpoint at ≥ 768px
Highlighted widths fall within the media query range.