Design comparison
SolutionDesign
Solution retrospective
I have problem with backspaces after score (right side container)
Community feedback
- @AziztheprogrammerPosted over 1 year ago
Hi Coder (; I First of All I Appreciate Your Effort ! And Congratulations for Finishing This Project !! And Here’s Some Advises to Make It Better :
- In the Summary Section You Should Use ‘Background-Color’ for the Elements There.
- You Can Use ‘Display : Flex;’ Property to Add a Space Between the Score and the Item.
0 - @SalahShadoudPosted over 1 year ago
Hey There! Nice work ^_^ i have some ideas that may improve your design:
- for the summary elements, i recommend you to use
flex
nadjustify-content: space-between
to space the element so the first elemt wil stick to the beginning and the second elemnt will stick to the end of the container. - and for background color of each item, u can use the
background: hsla(x, y, z, a)
function so u can reduce the alpha number of the color so it will increase the transperancy of the item
Happy Coding <3
0 - for the summary elements, i recommend you to use
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