Inactive Tutor answered 05/11/23
Tutor
New to Wyzant
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);.