Huddle Landing Page With a Single Introductory Section
Design comparison
Solution retrospective
Any feedback would be appreciated. Thanks for your time
Community feedback
- @AditNovadiantoPosted almost 3 years ago
Hi ! Good Job Semirdin
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body like it should be your container. For 1st heading or h1 tag, use header tag and then inside the header put your h1 or h2 etc . But use header tag only once in main heading element.
enjoy the coding!!!
Marked as helpful1 - Account deleted
Hi there 👋 Congratulate on finishing your project 🎉. You did a great job 🔨
I give some suggestions that I hope help you take your project to the next level 📈. Text color of the button should be dark magenta I guess and also your Facebook icon does not look like a circle compared to others 😃
Happy coding ☕
Marked as helpful1@vivaramseyPosted almost 3 years ago@maqsudtolipov thanks for your feedback. yeah I know that the Facebook icon is not circled like others. Do you have any suggestion to resolve this problem?
1Account deleted@vivaramsey, Of course, 🙌, in CSS
.social-item
selector add this code to it. It just simply centers the icon insidea
elementdisplay: grid; place-items: center;
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