Adriano• 37,770
@AdrianoEscarabote
Posted
Hi dhimanharsh, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:
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 excellent.
I hope you find it useful. 👍
0