Submitted over 2 years ago
Responsive nft card component using html and css
@Prathama-Redij
Design comparison
SolutionDesign
Solution retrospective
I faced difficulty in margin and padding.
Community feedback
- @mohammedlahboubPosted over 2 years ago
hey @Prathama-Redij to make spacing between items easy u could use flex gap to creat eaual spacing :
display:flex;
flex-direction:columns;
gap: 1em ;
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