Design comparison
SolutionDesign
Solution retrospective
Any feedback is welcome!
Community feedback
- @FluffyKasPosted about 3 years ago
Hiya, well done on completing the challenge! The mobile and desktop view both look great, most issues come from the sizes in between. Your breakpoint comes way too early (check it around 550px and from there). Your images are not resizing and you seem to be missing hovers and aria-labels from the social media links too!
Try setting the following on your images:
max-width: 100%
,height: auto
,display: block
, then work from there ^^Marked as helpful2@Elab4d1Posted about 3 years ago@FluffyKas thank you for your feedback, this is my first time creating main page of website. I'll do what you said. Thank you
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