2
I’m terrible when it comes to HTML design + CSS, but as a web programmer, I often find myself having to do it.
Often I have to do such things media-query to adjust the layout.
Question
- If I have a phone with 360x592 resolution, because at the time of mounting the media-query and resolution is 980x1413?
- What is the relationship to this difference?
Do you have any code that shows this in practice? There seems to be something incorrect...
– Ademílson F. Tonato
if you press F12 on google Chrome, it will open dev tools, press CTRL+SHIFT+M to open device mode. test at will
– Leandro