
Holger M. answered 05/11/23
Tutor
4.8
(5)
Certificate for Full Stack Web Development
You don't necessarily need to use materialize. CSS comes with built in gradient functions, such as linear gradient, which you use with the background or background-image style properties, like so:
background: linear-gradient(your color data goes in here);.