Loading...
Loading...
Construye y genera media queries CSS de forma visual para diseño web responsivo
@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.