flex box , kustom properties , responsive

Solution retrospective
Any feedback is welcomed !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hi, Sebastian T! 👋
Good job on this challenge! 👍
I suggest,
- Adding the background images for this challenge to the
body
(rather than to pseudo-elements, since I don't think that's necessary and you won't have to worry so much about overflow issues then). - Adding
overflow-x: hidden
to thebody
to get rid of any unwanted horizontal scrolling on the page. - Adding a title to your page using the
<title>
tag. - Making sure the avatars in the testimonial cards don't become too small right before the layout changes from desktop to mobile (you might want to give them a min-width or something).
Hope those tips help. 😉
Keep coding (and happy coding, too)! 😁
- Adding the background images for this challenge to the
- @fraserwat
Ah this is really nicely done!
Couple of small changes, once you get down to ~350px width everything starts skewing to the left, I'd take a fiddle about with your positioning there.
Also there's a couple of minor accessibility html issues flagged by the above report that should be really quick fixes.
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