Interactive rating component whit HTML, CSS AND VUE

Solution retrospective
Hi guys!
I liked this challenge for practice.
Feel free to let me know how can I improve the solution! All suggestions are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ahmedAgawad
Hello 👋, Amazing work.
- there is a small problem in the thanks card svg and itsn't displayed correctly you can fix it by
changing the relative path of the img tag as following
src="./images/illustration-thank-you.svg"
- you can make the app responsive just by changing the
width
property tomax-width
on themain
tag
Hope this helps.
Marked as helpful - there is a small problem in the thanks card svg and itsn't displayed correctly you can fix it by
changing the relative path of the img tag as following
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