intro component using HTML,CSS (including flexbox) and JavaScript

Solution retrospective
Any suggestion on improving would be helpful.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. You did a great job 💡
I give some suggestions to help you take your project design to the next level 📈😉
- Most times that orange Terms and Services lead somewhere so wrap it in a
<a>
tag instead of<span>
- Add
cursor: pointer
to the button
Happy coding ☕
Maqsud
Marked as helpful - Most times that orange Terms and Services lead somewhere so wrap it in a
- @NaveenGumaste
Hay ! Sumit Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding 👍!
Marked as helpful - Account deleted
Hi there,
- wrap section inside <main> tag to fix accessibility issues
good job!
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