@priyanshu769Submitted over 3 years ago
Only Desktop Preview A little messy and the shadow part is worse. Also if you can help with little fixes. Thanks
Only Desktop Preview A little messy and the shadow part is worse. Also if you can help with little fixes. Thanks
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 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>
</div><---- and here need div