+ 4
Front end web design
I made like a blog it looks very well on mobile, i used the meta tag view port and bootsrap but it loses quality design in bigger screens is it beacuse the use of px instead of % ? - what do you guys recommend to make a web page look great on all devices?
1 Resposta
+ 3
I personally use px only if I'm designating a set area, such as an iframe or static menu on a specific platform. If you want the page to look similar on different size screens, i recommend using %, as that allows the element to modify its size based on the container.