Design comparison
SolutionDesign
Community feedback
- @catherineisonlinePosted almost 2 years ago
Looks nice. If you want to get rid of the report issues, instead of the article wrap everything in the main tag and instead of p tag in the info-1 div, use h1 tag 😎
Marked as helpful2 - @xpress-devPosted almost 2 years ago
You could have set your "arcticle" div to flex, set the flex- direction to column and give it a gap.
.arcticle { display: flex; flex-direction: column; gap: 1rem; } This would nicely space your elements inside your div.
Marked as helpful1
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