Submitted 10 months agoA solution to the Testimonials grid section challenge
Testimonials grid, with SASS, CUBE CSS
cube-css, sass/scss, accessibility
P
@KonradJam

Solution retrospective
What are you most proud of, and what would you do differently next time?
In this challenge, I discovered the Sass function color.change() from the sass:color module, which allows manipulating color channels and the transparency of a Sass variable. Thanks to this function, I didn’t have to duplicate the $color-grey-500 variable to adjust its transparency.
@use "sass:color";
box-shadow: 40px 60px 50px 0px color.change($color-grey-500, $alpha: 0.25);
What specific areas of your project would you like help with?
Any suggestions are welcome :)
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on KonradJam's solution.
Join 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