Simple page made with semantic HTML and CSS

Solution retrospective
- What do you think about using
figure
instead ofimg
inside thediv
? - I did not use flexbox. Is my solution also "right" in terms of positioning elements?
Thank you for your time!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashreesamuel
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the card is missing a subtle box-shadow. You can achieve this using
box-shadow
.With regards to your question I think your answer lies in this article
https://www.w3schools.com/tags/tag_figure.asp
I hope this helps
Cheers Happy coding 👍
Marked as helpful
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