Computer scienceFrontendCSSResponsive Web Design

Best Practices in Responsive Web Design

Media queries

Report a typo

Look at the code down below. Select the best media queries for a tablet.

@media (min-width: @screen-sm-min) { ... }

@media (min-width: @screen-md-min) { ... }

@media (min-width: @screen-lg-min) { ... }
Select one option from the list
___

Create a free account to access the full topic