Submitted about 3 years ago
Solution for "fylo-dark-theme-landing-page" challenge using html/css
@YousefKhalid-iq
Design comparison
SolutionDesign
Solution retrospective
any feedback would be appreciated especially on the message that pops up when the user types an invalid email address, I couldn't find a way to change the default google style, but I did change the message it inputs.
Community feedback
- @muhammadshajjarPosted about 3 years ago
Hello, your solution is responsive well done!
For Form validation, you can check this or you can also refer to my solution for this.
I have some feedback on your solution.
header
andfooter
need to stay outside frommain
- It is better to wrap your whole content in a container that has
max-width
to avoid content to go large enough - Your images should have alt attribute but for decorative images, you should leave
alt
as blank and userole=" presentation"
oraria-hidden=" true"
- headings must go in order. So you can’t jump from h1 to h4. They are for semantic meaning, nothing to do with sizing.
Thanks,
Marked as helpful1@YousefKhalid-iqPosted about 3 years ago@muhammadshajjar Thank you so much for your feedback, i will get to the issues you noted above.
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