Latest comments
- @aureliemesbahi@Fsanea
good start, I advise to use CSS grid or flexbox which will make your life easier instead of using position and margin for each and make it complex. check this site will help a lot https://css-tricks.com/guides/
Marked as helpful - @tjohnsey@Fsanea
Good job, this is how we built our skills with the issues we face, I'm still new but I noticed in your code all the boxes inside one section, I advice you to consider each box as a separate section this is would help and make your code easier to read. and for CSS grid you can use grid-span for the boxes which require to take more than one column.
a nice video about CSS grid: https://www.youtube.com/watch?v=jV8B24rSN5o&list=PLNb8ZAmkd-lSAx37skrpfO9N3IJBxCSbf&index=4&t=1395s