I'm most proud of the way I structured the HTML for this page - I feel like it really helped the styling to be much easier. I am also happy with the way that I approached the problem. What I would do differently is I would use media queries for responsiveness based on screen size - as of right now if the screen gets too small, the buttons stay the same size and outsize the card container.
What challenges did you encounter, and how did you overcome them?The most challenging part about this challenge for me was the spacing between elements on the card. To overcome this, I made sure that I was keeping track of where I was implementing margins and padding to the content.
What specific areas of your project would you like help with?I would like help with responsive design! I would like to know how to use media queries the correct way, and I would also like help with making sure that the card container and buttons shrink with the change in layout.