Design comparison
Solution retrospective
Rate it!
Any tips are important to me.
Community feedback
- @ZethessPosted about 1 year ago
Good morning mate, I was reviewing your code and I leave here a couple of suggestions to improve it, I hope you find them useful.
Remove p-5, you dont need it: https://github.com/NurbekMakhmudov/results-summary-component/blame/66e3be05cb85e2effea59080d509d71fa5caa940/index.html#L18
Add d-flex, justify-content-center align-items-center and vh-100: https://github.com/NurbekMakhmudov/results-summary-component/blame/66e3be05cb85e2effea59080d509d71fa5caa940/index.html#L15
Change this line to the following code: linear-gradient(to top,var(--light-royal-blue), var(--light-slate-blue)); https://github.com/NurbekMakhmudov/results-summary-component/blob/66e3be05cb85e2effea59080d509d71fa5caa940/assets/css/app.css#L25
Besides this, I recommend you to check the colors, play with the opacity to bring your design closer to the one provided. Otherwise good job, keep up the good work.
You have this same message in your github mailbox, I forward it here too
Best regards
Marked as helpful0@NurbekMakhmudovPosted about 1 year ago@Zethess
Thank you very much, you gave me very good suggestions, I appreciate it
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