Design comparison
SolutionDesign
Community feedback
- @mussinoPosted 7 months ago
Hello, I think that your code look good but maybe for the <div class="line"></div> you don't need to create this way. Instead you can add for example the colors lines in the same <div class="card card-1">, then go to your CSS file and add the property border-top : 5px solid var(--cyan), and like that with the other cards. This way you will save writing more lines of codes.
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