I just started my web development journey and use a 27″ display as my primary screen. However, my clients often point out that the fonts and design elements I create, such as boxes and sections, appear too big.
I’m wondering if anyone else has experienced this issue. Since many people use laptops with 13″ to 16″ screens, the sections and design elements I create look oversized on their devices.
What display sizes do you all use for web development? What would be the ideal screen size for designing websites? Is there a workaround to simulate the feel of smaller devices so that I can design websites that look good on those screens?
Thanks for any advice!
[ad_2]
Read up on Responsive Design, media queries and how to deal with different sized monitors. You need a solid understanding on this when learning web dev. Also learn how the various unit sizes work eg rem, em, vh, vw, % (and why you don’t want to be using px any more)
And learn how to use the “mobile device” tool in Chrome DevTools – despite its name, it can be used for any sized viewing device.