Design comparison
SolutionDesign
Community feedback
- @mtenkorangPosted about 2 years ago
Congrats on attempting this challenge. Here are a few ways to improve your solution;
-
Instead of putting text in a div tag only try to use semantic tags like headings and paragraphs in this solution. Visit this link to read more about it on w3schools.
-
Also, you can add the tailwind classes for the styling below,
{ flex-direction: column; align-items: center; text-align: center; }
to the parent element of the following
<div> <p>10k</p> <p>Companies</p> . . . <p>Queries</p> </div>
to make them look close to the design for mobile.
All the best and Happy Coding .👨💻🙂
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