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.
BY Best Interview Question ON 13 Jan 2019
In between @media screen and (max-width: 600px) {
and }
we can write our CSS. It can directly effect for mobile device.