Design comparison
SolutionDesign
Solution retrospective
Please any feedback and critique are welcome and will be appreciated ππ
Community feedback
- @Bayoumi-devPosted over 2 years ago
It looks good Omar!... `
- I suggest you put the status of the preview card component into the
list item
to add moresemantics
to your project,Div
's don't do much for semantics but a list is much more meaningful..:
<ul class="stats-preview__stats"> <li> <span class="stat-number">10K+</span> <span class="stat-name">Companies</span> </li> <li> <span class="stat-number">314</span> <span class="stat-name">Templates</span> </li> <li> <span class="stat-number">12M+</span> <span class="stat-name">Queries</span> </li> </ul>
Hope this is helpful to you... Keep codingπ
Marked as helpful1@OmarCypha700Posted over 2 years ago@Bayoumi-dev thanks. I tried it at first but couldn't get rid of the bullets that's why I switched. Any tip
0@Bayoumi-devPosted over 2 years ago@OmarCypha700 Give
ul
this property:ul { list-style: none; }
Marked as helpful1 - I suggest you put the status of the preview card component into the
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