Price Component

Solution retrospective
Hi guys,
Feedbacks are really welcome !
🤘🤘🤘
Please log in to post a comment
Log in with GitHubCommunity feedback
- @vanzasetia
👋Hi David Maillard! My name is Vanza!
I have some feedback on this solution:
- For the
.list
you can useul
andli
rather thanp
andbr
tags. - Try to use
rem
unit. It's simply because it allows the user to change the font size based on their setting. - For the
line-height
andletter-spacing
, I recommend to useem
unit since they will adjust base onfont-size
- I see that you use
will-change
property on.button
, which is in my opinion, is too over kill since the purpose ofwill-change
is to optimize and fix existing performance problems. For just changingbackground-color
is not a big problem in terms of performance.
I have a question for you, are you a professional developer? If yes, then can you explain to me why you need to license this project?
That's it! Hopefully this is helpful and you can answer my question!
Happy Coding!
Marked as helpful - For the
Join 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