Design comparison
Solution retrospective
What are some things that I could do better code wise? How can I get my design to match the mockup more closely.
Community feedback
- Account deleted
Hello there! 👋
Congratulations on finishing your challenge! 🎉
I have some feedback on this solution:
-
put the quote inside a <blockquote> tag instead of p to be more semantic
-
add cursor pointer to btncontainer so that the user knows its clickable
-
since the btncontainer is interactive element it is better to wrap it inside a <button> tag instead of a div
-
check the HTML report to fix accessiblity issues
hope this is helpful
Marked as helpful1 -
- @hebam17Posted over 2 years ago
Well done, I would suggest making the button a little bigger and decreasing spaces on the sides
Marked as helpful1
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