It was more difficult with the spacing and using flexbox but overall thought I got pretty close. Sizing the image responsively to center was the most difficult part. Still wasn't quite able to figure it out.
What challenges did you encounter, and how did you overcome them?Image responsiveness
What specific areas of your project would you like help with?As the width shrinks the image doesn't adjust and center quite correctly. I would like some advice on how to make it shrink and center properly. Previously I was using margin-left/right: auto on the image itself, but it wasn't allowing rounded corners. So I wrapped it in a container, but that cause the image responsive issues.