Front end web design | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

8th Apr 2019, 1:39 AM
Alien AGT
Alien AGT - avatar
1 Answer
+ 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.
8th Apr 2019, 2:51 AM
Ryan James
Ryan James - avatar