Design comparison
SolutionDesign
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.
Community feedback
- @ahmedAgawadPosted over 2 years ago
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 helpful0@colCarvaPosted over 2 years ago@ahmedAgawad Hey! 👋 Thank you for your feedback, I will be applying your suggestion.
0 - 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
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