
Testimonials grid, with SASS, CUBE CSS
Design comparison
Solution retrospective
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.
What specific areas of your project would you like help with?@use "sass:color"; box-shadow: 40px 60px 50px 0px color.change($color-grey-500, $alpha: 0.25);
Any suggestions are welcome :)
Community feedback
- P@MatFrat95Posted 19 days ago
What a coincidence, hello @KonradJam ! Your advice were very helpfull, I reviewed your code and I can clearly say that I should learn from you. There nothing I can recommend you to improve besides adding some margin on top of your project to make it more similar to preview.
Good luck and have fun! :D
Marked as helpful0
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