Second take on Mobile First 3-Column Preview Card Component

Solution retrospective
This is my second take on this challenge with a few changes.
Here's what I've changed:
- Removed the
article
element from the page after I was told it was being used incorrectly. - Changed my
h1
headings toh2
as it can be reused. - Added a visually hidden
h1
title so I don't get accessibility warnings. - Changed my
<button class="btn">
to<a href="#" class="btn">
as these buttons are supposed to be directing viewers to different parts of the site. - I changed the
px
value in my@media
toem
for improved accessibility.
A big Thank you to @vcarames for all the suggested changes on how to improve my coding.
As always all feedback is welcome and I'm grateful to everyone who takes the time to view and correct my code.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Dimitar Radev'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