Problem with css zoom and devices | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
+ 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