Submitted over 3 years ago
Tailwind is a banger and Purge CSS is the Banger's Banger!
@manavkhadka0
Design comparison
SolutionDesign
Solution retrospective
Couldnt really ad the triangleat the end help would be appriciated!!
Community feedback
- @M-KgobePosted over 3 years ago
Hi I ran into a similar problem but I managed to get solution for that, try utilizing the below code.
.triangle_top_right { width: 0; height: 0; border-style: solid; border-width: 0 100px 100px 0; border-color: transparent orange transparent transparent; }
the code I actually got from this site
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