Result Summary Component using Sass, Flexbox and Responsive design
Design comparison
Solution retrospective
My coding skills have gotten much better since i started front-end mentor challenges. As well as my overall confidence. To beginners like me don't give up
Community feedback
- @unachozaPosted about 1 year ago
great job with this one! I liked your use of SASS. Another sass feature you could try to make your code less verbose, would be sass
@for
loop for the summary listhere are some examples https://stackoverflow.com/questions/50602005/call-different-variables-color-in-a-loop-in-sass
nit:
- you forgot to change the curser on your button hover (line 149)
cursor: pointer;
- adding icon text could be nice: icon alt attributes
Marked as helpful1@AhmedDanjumaPosted about 1 year ago@unachoza Thanks for your reply. This was my first project using SASS. I am sure i still have much to learn.
i will look into @for loop and further review my code.
thanks alot
0 - you forgot to change the curser on your button hover (line 149)
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