Perfume Card with HTML, CSS, SCSS, BEM

Please log in to post a comment
Log in with GitHubCommunity feedback
- @frank-itachi
Hello there 👋. Congratulation for completing the challenge👍!
I have some suggestions about your code that might interest you.
HTML 📄:
- Wrap the
<div class="card">
content in the<main>
tag. - You could also use the
<picture>
tag that allows you to interchange the images depending of the viewport size. Red more about this awesome tag here. - In this case there is only one
<footer>
tag so you can get rid of theclass="footer"
attribute of it and use the selector tag in you CSS stylesheet.
I hope you find it useful! 😄 Above all, you did a good job!
Happy
<coding />
😎!Marked as helpful - Wrap the
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