Design comparison
Solution retrospective
justify-content wasn't having any effect on mobile version, I tried space between but was having some problem with height(I think). Please help me with those spacings. Any more suggestions will be appreciated.
Community feedback
- @Dinesh1042Posted over 3 years ago
Hello, SIDDHANT KASHYAP'S!π Your solutions responds very well Here are my few Suggestion for your solutions
- In mobile view in
card
Element you should not specify the direct height of90%
the height should be taken by the content of the element - it's seems like you haven't changed fonts in your project.
- In mobile view
.content h1
text must be be aligned center. - You should set some breathing space for
stats
children. It is to close to each other
Yep! that's it!π Wish your Happy Codingπͺ
2 - In mobile view in
- @Evavic44Posted over 3 years ago
You can add the right fonts using CSS import tag on google fonts, just paste it in the CSS file at the top and it is ready to be used in the font-family property. Here is the link: https://fonts.google.com/specimen/Inter?query=inter
1@asksid27Posted over 3 years ago@Evavic44 Yes, thanks for the help. Will add that for sure!
0
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