Responsive product details card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @hkaur108
Great Work
- @Saritha-Sasi
Your HTML and CSS look well-structured, but here are a few potential improvements or minor issues:
Duplicate <link rel="preconnect"> for Google Fonts: You have duplicated the <link rel="preconnect"> for both Google Fonts and Google Fonts Static. It is enough to include these only once:
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
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