Design comparison
Community feedback
- @AdrianoEscarabotePosted 13 days ago
Hello diego, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:
I noticed that you used a button in which case the best option would be an a, because in my head when a person clicks on a button written
Learn More
, he is not confirming a form, or something like, it will be redirected to another page, to Learn More about!to solve this problem do this:
<a href="/">Learn More</a>
The rest is spot on.
Hope it’s helpful to you. 👍
1@dieghi-capriPosted 13 days agoHello @AdrianoEscarabote, thank you for your advice! I agree that <a> works better in this situation. I'll make sure to correct that detail.
Thanks again, and I’m glad you liked the result!
1
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