HTML, CSS, Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
Hello shrikanth-dev, 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. 👍
Marked as helpful
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