flexbox css and flickity for carousel

Solution retrospective
Feedbacks will be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Negi-Rohit! 👋
Good work on this challenge! Using Flickity for the carousel is cool! 😎
I suggest,
- Setting
overflow-x: hidden
to thebody
(or something similar) to prevent a horizontal scroll bar from appearing along the bottom of the screen when the page is resized. - Making sure some of the background images and the logo in the footer of the page don't distort when the width of the screen changes and/or becomes smaller.
- The box-shadow around the mobile navigation is quite strong. Making it more subtle would be a nice design touch, I think.
- Don't forget to make your form accessible to clear up your solution report!
Keep coding (and happy coding, too)! 😁
- Setting
- @jadebuniel
Great use of flickity library for the carousel. I was also doing this challenge and got stuck on the carousel part. One thing I noticed tho is horizontal scrollbars are present when scrolling through the carousel
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