@antsanchez198Submitted over 1 year ago
Is there anything you would improve in either the HTML or CSS structure? I struggled to make the card responsive and I believe the outcome wasn't the best, what would be the best approach to this challenge?
Is there anything you would improve in either the HTML or CSS structure? I struggled to make the card responsive and I believe the outcome wasn't the best, what would be the best approach to this challenge?
From what I can see, the website is meant to look slightly different when it reaches the width of 375px. Sadly yours does not, to achieve this you could add an extra media query to check the width and after it's smaller than 375px change the style of the components.
Other than that, great job.