Design comparison
SolutionDesign
Solution retrospective
I have designed in Edge which got everything perfect but in the hosting site the design seems not in order donno
Community feedback
- @Esesosa-maxPosted 9 months ago
Good Attempt, but not quite pixel-perfect because you didn't quite it right (45/100)
- Firstly, the paragraph text in the cards is just too much
- Heading text is still too much
- Padding in the card is just too much (reduce it from 30px to like 15px)
- Wrong font usage, to get the design right it is very crucial
- Please use
<p>
instead of a<h3>
in the header - Why is the paragraph text 20px? use the right font and reduce it to 17px
- Why is it NOT responsive? this made you lose points
- Try to collapse everything by giving the
.card-holder
in a media queryflex-direction:column
- Props to getting the card layout with
.middle-cards
- Try using CSS variables it is nice!
- The reason the font is not working is because you did not import the URL from google fonts, google how to do this.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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