0

Problem with css zoom and devices

Iā€™m new to css and Iā€™m struggling to escale correctly my page to other devices or different zoom levels. How do I correct this?

18th Mar 2022, 3:42 PM
Imatiuh Islas Cruz
Imatiuh Islas Cruz - avatar
5 Answers
+ 2
Add this into head tag <meta name="viewport" content="width=device-width, initial-scale=1">
20th Mar 2022, 3:39 PM
CalviÕ²
CalviÕ² - avatar
+ 1
Thanks for the info and kindness, Iā€™ll be posting a link later so you can see what I mean.
18th Mar 2022, 5:14 PM
Imatiuh Islas Cruz
Imatiuh Islas Cruz - avatar
+ 1
No worries about that. Thanks again for helping! :)
18th Mar 2022, 9:37 PM
Imatiuh Islas Cruz
Imatiuh Islas Cruz - avatar
+ 1
Sololearn responsive web design course is good. You can also learn a lot from here: https://www.w3schools.com/css/css_rwd_intro.asp https://www.w3schools.com/html/html_responsive.asp
19th Mar 2022, 6:16 AM
Bob_Li
Bob_Li - avatar
0
Its my first css soā€¦ theres lots of issues for sure. For example, when you modify the browserā€™s zoom, the page turns horrendous, when the page is visualized on a phone the same thing happends. I only want a little guidence, a link with info or good practicesā€¦ I dont really know where to start. Thanks in advance https://code.sololearn.com/W46rzMBd4ia0/?ref=app
18th Mar 2022, 7:59 PM
Imatiuh Islas Cruz
Imatiuh Islas Cruz - avatar