Design comparison
SolutionDesign
Solution retrospective
Only Desktop Preview A little messy and the shadow part is worse. Also if you can help with little fixes. Thanks
Community feedback
- @makker47Posted over 3 years ago
Hi, you need team-builder and karma, keep in separate container . <div class="cards-container"> try write display: flex; justify-content: center; align-items: center; shoud help, I hope you got it ;)
<div> <------here need div ( on this container need use same display: flex; flex-direction: column) <div class="card team-builder"> <h2 class="card-title">Team Builder</h2> <small>Scans our talent network to create the optimal team for your project</small> <div class="card-img"><img src="images/icon-team-builder.svg" alt=""></div> </div>
</div><---- and here need div<div class="card karma"> <h2 class="card-title">Karma</h2> <small>Regularly evaluates our talent to ensure quality</small> <div class="card-img"><img src="images/icon-karma.svg" alt=""></div> </div>
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