Design comparison
Solution retrospective
Hi friends, here's another finished challenge: Single Price Grid Component .
I hope I can count on your valuable feedback so I can improve more and more!
Community feedback
- @AutumnsCodePosted over 1 year ago
Well done! It is really good.
One feedback I would really like to give is the use of custom property in your css. Here is the link for to the mdn page about them. The main benefits I see in them that is allowing to store a value which will be used repeatly throughout the code like colors in one place, then it can be use as a reference throughout the page. Later when you want to update it, you only need to edit at one place only. Personally I am using it for colors, font-size(especially with differents screen size) and font-family.
i hope it was a little helpful
Marked as helpful0@gabrieltrtPosted over 1 year agoThank you very much Sarah :) In my new projects I'm already using SASS, which is very useful for creating variables, functions, mixins, etc.@AutumnsCode
0@AutumnsCodePosted over 1 year ago@gabrieltrt I am so glad. Sass is fun to use! here is a great article about the structure of sass. For smaller projects you don't need all of them, but it helps to stay organize.
PS: Keep in mind, the article is a little bit older
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