I finally got it working with the mobile layout using CSS Grid
What challenges did you encounter, and how did you overcome them?I thought that I could do this with FlexBox (which is possible) but, it just made my task harder to do. I switched over to Grid, learned a few basics like how to create columns, how to span an element across columns and rows.
This made it easier for me to do this project. Another thing is I need to have a better understanding of what to use; FlexBox or Grid which depends on the type of layout that I want.
What specific areas of your project would you like help with?If someone can I would like to know if I used "good practices" in my HTML and CSS. I would like some feedback on that :)