
Design comparison
Solution retrospective
Border top on feature card. I create pseudo-elements control by position relative, absolute.
Community feedback
- @KapteynUniversePosted 4 months ago
Hey Ronnarit, nice job.
You can also use border-top on the items.
1P@Ronnarit00000Posted 4 months ago@KapteynUniverse Thanks for feedback. I try use border-top, There is a problem when combined with border-radius.
.item { border-top:4px solid red; border-radius: 8px; }
0@KapteynUniversePosted 4 months ago@Ronnarit00000 It is possible to give different values to each side
border-radius: 4px 4px 8px 8px;
starting from top left and go clockwiseMarked as helpful0P@Ronnarit00000Posted 4 months ago@KapteynUniverse Ok, I tried doing what you said and it worked. Thanks.
1 - @brammilevsPosted 4 months ago
awesome....have a lot to learn from this.....nice one by the way
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