Design comparison
SolutionDesign
Solution retrospective
I made the horizontal line (I don't know what to call it) below the London text using border property but I don't think that's the correct way to do it. Can anyone please tell me how to do it?
Community feedback
- @lukakavtarraPosted over 2 years ago
hey Jitesh , about horizontal line - you can do it 2 ways
- you can do it with border-top(like u did it) and set colors and widths or/
- you can do it with <hr> ("horizontal rule") and also organize in css (colors and widths)
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