How can I fix alignment and overlapping issues in my code?

Good day! I need help on the code that I used, I just want it to be perfectly align just like the first 3 image, also it overlaps my footer, Hope you can help me, THANKYOU!!

Don’t use CSS floats and fixed widths. Use something like flexbox.

1 Like