Design comparison
Solution retrospective
I made a Responsive Design and Please, don't forget to leave you valuable feedback have a good day!!
Community feedback
- @FluffyKasPosted over 2 years ago
Hey there,
Your solution looks good at first glance! There's not much to comment on the CSS as it's Bootstrap but there's a few bits you could perhaps take a look at:
-
You could increase the font-size of the header links a bit, they're really hard to read at the moment.
-
"image" isn't a helpful alt text. If you're unsure how to write better ones, I suggest you read this article.
-
I'd double-check the email validation. I could get away by trying to submit "something@stuff", which definitely isn't a valid email address >.<
-
You put aria-hidden on all your social icons. First of all, you should wrap them in
a
tags, they're links to social media websites. You shouldn't hide them, instead you could give them aria-labels that describe where those links lead. -
You could remove the
width: 60%
from the big intro image so it doesn't stretch too much.
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