my biggest tip for learning webdevs is to learn to use other measurements that aren't just px, in, or whatever... like use vw and vh please it'll make your life so much easier
I'm very worried about scalability because I use zoomed resolution (due to poor eyesight) and lots of sites get messed up for me (especially if they have elements with absolute position and z index). I experimented with various things to make sure my site would scale well, and so far vw is working great
I'm very worried about scalability because I use zoomed resolution (due to poor eyesight) and lots of sites get messed up for me (especially if they have elements with absolute position and z index). I experimented with various things to make sure my site would scale well, and so far vw is working great
relative units are peak tbh