Coding bootcamp test - html css - carousel bootstrap

Solution retrospective
Hi there ! 👋
I've tried to use bootstrap for this challenge... not sure I really saved some time ! 😅
Anyway, my site doesn't look good on mobile device. I think it's has something to do with the "height" that is not really responsive ... I am not sure what's wrong. Any tips ? 😀
thanks !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, nice job, Sandra! 👋
The transition of the carousel is actually pretty cool! 🤩
I suggest,
- Increasing the size of the entire design in the desktop layout just a bit (since it's a little small, currently).
- Adding
overflow-x: hidden
to thebody
so that a horizontal scroll bar doesn't appear along the bottom of the page in the desktop layout.
Keep coding (and happy coding, too)! 😁
- @brasspetals
Hi, Sandra! 👋 Setting a specific height and width on
#myCarousel
doesn't allow the layout to be responsive. Switching fromwidth
tomax-width
should help. 😄
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