Four card feature section

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@QS3H
Great job on completing the challenge, I have a few recommendations to improve your code further:-
-
I noticed in your HTML that you are using 2 H1 tags, I strongly recommend only using 1 h1 tag in any HTML document as that is the best for accessibility, you can put your subtitle in a span element in the h1 tag to style it accordingly
-
I also recommend for you to increase the width of the cards to 350px or its equivalent in relative units (em and rem) to match the design as closely as possible
-
lastly I suggest not changing the font-size of your HTML tag in your media query at different breakpoints but rather change the font-size at one location in the root element by making it a variable to make your designs more responsive and fluid.
great job again on completing the challenge and good luck on the next ones :)
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