@mguachunSubmitted over 2 years ago
Is there anything I can do to make this more responsive for different screen sizes?
I had a lot of trouble getting the image to scale within the card
Is there anything I can do to make this more responsive for different screen sizes?
I had a lot of trouble getting the image to scale within the card
Hi Melissa! Great job! You can get a better scaling making it smaller in a mobile-first approach and then increasing in size for wider screens. You can use Flexbox too to make elements stay side by side. Take a look at other people's codes. That will definetly help you a lot!