1018
Just a dad helping out
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I mean, if it's **just ** a normal screen-sized website, that already makes it a lot easier. Not having to deal with responsiveness bullshit would make webdev a lot better experience. That is assuming "normal screen" means 1920*1080, or whatever is the median screen size.
To be fair, using flex box (which is the default in many modern framework) would make responsiveness a breeze these days.
One day I'll learn flex and be able to make nice responsive displays, but until then Bootstrap it is.
Whichever works for you!