How to write media query for mobiles?
In between @media screen and (max-width: 600px) {
and }
we can write our CSS. It can directly effect for mobile device.
Suggest An Answer
No suggestions Available!
In between @media screen and (max-width: 600px) {
and }
we can write our CSS. It can directly effect for mobile device.