Used HTML, CSS and Bootstrap libraries to complete the task at hand...
Design comparison
Solution retrospective
For this project, I was unable to complete it with using Bootstrap, so I would appreciate your help and solution which would help me understand how I can achieve the above challenge solely using HTML and CSS.
Also, I faced the issue where I was unable to center the div container tag by using align items class, why is that? Is it because there are multiple contents inside the div so it is not able to identify which one to center?
Community feedback
- @bhebbhexoPosted 8 months ago
Hi, to center the div this is what i did: target the container div then. display: block; margin-left: auto; margin-right: auto; This will center your div horizontally
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