Blog preview card challenge on Frontend Mentor.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @christian-prasetya
Nice job, mate, but if I can fix a little bit.
Don't use div as the container, semantically the card is the main element, so maybe better use
<main class="container">
rather than<div class="container">
as the<div>
purpose is solely for styling only.For me is just that, thanks, cheers mate.
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