
@media for mobile example
@media for mobile example in css
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
@media for mobile example in css
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
Share URL: media-for-mobile-example