Design comparison
SolutionDesign
Solution retrospective
Hello All . Another day, another project in. Someone tell me how to make that triangle below the 185 GB Left Icon Box. Any other feedback is welcome. Thankyou for reading
Community feedback
- @NatureSon22Posted about 1 year ago
you can do something like this:
.triangle { border-left: 30px solid transparent; border-bottom: 30px solid white; transform: rotate(270deg); }
Marked as helpful0
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