Design comparison
Solution retrospective
I appreciate any feedback or suggestions you have regarding the solution.
Community feedback
- Account deleted
Hi there! Congrats on completing this challenge 🎉🎉🥳
Here are some tips to improve your code:
HTML: 🧱
The
alt
attribute of your illustrations must be empty, because they do not add value to your web page, they are only decorative. Example<img src="images/illustration-flowing-conversation.svg" alt="">
. More info here.In the header it has two buttons, (
<button class="white-btn">Try it free</button>
,<button class="pink-btn">Get started free</button>
) , the buttons are intended to send information and will not necessarily redirect the user to a completely new web page.Example: When a user clicks the button to submit their contact information for a company newsletter.
Change the buttons to the
a
tag, which the simplest answer is is that a link is used to take the user to a completely new page.I hope I've helped.
Happy coding bro! ✌️🙃
0
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