Design comparison
SolutionDesign
Solution retrospective
The tag "<hr>" doenst work in my project, idk why, so i improvised a line haha, feedbacks are welcome.
Community feedback
- Account deleted
Hello @yuuricrz,
- You can add the border-top and padding-block-start which is padding top and and remove the
<p></p>
altogether
.subinfos { display: flex; flex-direction: row; justify-content: space-around; align-items: center; margin: 15px; border-top: 1px solid hsl(227, 10%, 46%); padding-block-start: 20px; }
I hope this helps you
1 - You can add the border-top and padding-block-start which is padding top and and remove the
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