Testimonials Slider using CSS Flexbox and Javascript

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ramsaysewell
Hi Isaac,
Congratulations on submitting this challenge.
I like how you made this as a component instead of filling out onto the page, however this may make it more difficult to make responsive and so you might notice the image overflowing out of the container.
To fix this, I would try to avoid large values for your padding and margin and instead use
max-width
andmargin: 0 auto;
- centering the content as well as limiting the width.I hope this helps :) Happy coding!
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