Submitted over 1 year agoA solution to the Product preview card component challenge
Product preview card component solution
@Lara-art

Solution retrospective
What are you most proud of, and what would you do differently next time?
With this exercise, I learned how to resize the grid in media.
.grid { grid-template-columns: 1fr; grid-template-rows: 30vh 50vh; max-height: 800px; }
What challenges did you encounter, and how did you overcome them?Where I had the most trouble was with resizing the image in the @media query because I couldn't get it to be the size I wanted in the grid.
img { border-radius: var(--radius-grid) var(--radius-grid) 0 0; width: 100%; height: 100%; object-fit: cover; }
What specific areas of your project would you like help with?I'd like to know the best way to find the average of the grid.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Lara Mesa's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord