@Vicky-beepSubmitted about 3 years ago
to create a mobile version, must i use media queries?
to create a mobile version, must i use media queries?
Nicely done! No, you don't have to use them. It is even better to avoid them if you can, by using mobile first Flexbox or Grid, so the page elements can adapt to any screen size.
Few tips on this project:
Happy coding!