Design comparison
SolutionDesign
Solution retrospective
How to add boarder to bottom-left-corner in clip path ? I couldn't find it. Normal border is not working. Help me ? and I feel my design in less responsive. Any tips ?
Community feedback
- @miranleginPosted about 2 years ago
Hi Kalhara,
you can create border with this snippet on pseudo element and position it below the container:
border: 11px solid #fff; border-left-color: transparent; border-bottom-color: transparent;
General idea is that you create square with transparent bottom and left corners and the result is triangle shape.
More info: CSS Triangle on CSS-Tricks
Keep coding!
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