What are you most proud of, and what would you do differently next time?
This is the first time I felt like I understood flex. I understood that I needed to flex with flex-direction column.
I don't really understand what the best way to set the width is. Also the example said that the desktop and mobile widths were different but they seemed similar to me. I ended up using a max-width, but I imagine this is not correct.
There were many aspects I simply guessed on like the border radius.
What challenges did you encounter, and how did you overcome them?
It took me while to understand flex. And It took me a while to understand that the styling sometimes goes into the parent and not the child.
I struggled to see why div surrounding the image had some extra padding around the image. The reason turned out to be the paragraph element beneath the image was expanding to as much space as possible.
What specific areas of your project would you like help with?
I would like to know if my general use of flex was correct, and how to think about things like max-width of if there is a better way.