Hi guys, today I started a website and I'm trying to learn Web Development (the basics at least).
I'm having difficulties making my website responsive. Everything's fine on my browser and on my smartphone but as soon as I access it from another computer or a different smartphone everything's freaked up
Could someone help me? 😛
I saw online that to make a website responsive I need to use css queries like @media screen and (max-width: example) but I can't do that for every single device, can I?
#Make website responsive (Help)
1 messages · Page 1 of 1 (latest)
You generally set up break points. You then have a container element that you give a set width at each breakpoint. You then have empty space outside the container. This way each device will fall into a specific break point and the container will fit with some space around it.
Please tell what problems are happening when you try to open them from another smartphone or desktop