Design comparison
Solution retrospective
warm welcome to all kinds of suggestions
Community feedback
- @subu-vPosted over 2 years ago
You did a great work on the slider,
-
Instead of separating into three sections, you could have done it in one section cause this is a single component for which one section container is more than enough.
-
Aligning both of them center can be done, if you used a separate div element for each part of the component, first one being the left, second being the right of the design and one parent div element for both part, then as you already know flex, making the parent div flex and with some gap does the trick, if not aligned vertically center, do a align-items:center on the parent div
Marked as helpful0@birajrai100Posted over 2 years ago@subu-v thanks for suggestion and could you do one favor why my image is not working
0@subu-vPosted over 2 years ago@RaiPrayash i think the src of the image could be wrong that's why the browser didn't load the image instead loaded the alt attribute value you set.
0 -
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