Design comparison
SolutionDesign
Community feedback
- @Aps-xPosted 9 months ago
I'm too lazy to put in extra media queries.
I had fun with the color mixing; I originally tried to use the hsla() function, but that only accepted the color variable if it was in the format:
--clr_color; 0, 0%, 100%;
rather than:--clr_color: hsl(0, 0%, 100%);
. It's not entirely necessary, but it was fun to experiment with.1
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