Design comparison
SolutionDesign
Community feedback
- @Mahmoud-Riad00Posted 2 months ago
very good . what about using a variable coloring with css like this :root{ --sada: hsl(0, 0%, 100%); --basic: hsl(0, 0%, 8%); --active:hsl(75, 94%, 57%); --lighten: hsl(0, 0%, 20%); --secondary:hsl(0, 0%, 12%);
}
and u can use it as .JopInfo { color: var(--sada); font-family: simply; font-size:medium }
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