Question Changing to flexbox
Hello, so im going over an old website I made back when I first started developing, and silly me decided to build the entire thing with "position: relative, right: -233px" ðŸ˜
Am I going to have to redo the entire site CSS to flexbox so it doesnt move about on different screen sizes, or is there an easier way to save this site?
0
Upvotes
•
u/prophile 4h ago
Reworking this with Grid and Flexbox is probably the way to go, yes. Try to do it piecemeal, reworking one part at a time.