+ 1
Mobile friendly site
hey guys how can i make my site mobile friendly and not to look dull in phones ?
3 Answers
0
using css @media querys
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
You also need to set your viewport
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ 1
thanks alot
0
oh yeaaa now i figured out what's that for man