Bookmark landing page using sass ,boostrap and javascript
Design comparison
Solution retrospective
Hello, Fam. This is my solution for the Bookmark landing page.
I added some features:
- AOS JS library
Feedback is appreciated
Community feedback
- @kodan96Posted 6 months ago
hi there! 👋
Your absolutely positioned image in the hero section is causing horizontal scrolling on mid screen sizes. You can apply
overflow-x: hidden;
to the parent element to prevent horizontal scrolling.Try to add a bit more
inline-padding
to the sections, giving your content some breathing space. It's a good technique to fill up bigger screen sizes with relatively small amount of content.Some of your sections has too much white space (like the right side of the features section), you can try applying some gap between your elements within the sections, so they take up some of these white spaces.
Hope this was helpful 🙏
Good luck and happy coding! 🙌
Marked as helpful0@nonozaPosted 6 months agoHey @kodan96
Thanks alot. I will implement the feedback.
1
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