Open Css and add background: -o-linear-gradient(bottom, #11577A 0%, #2B729F 100%);
in the class of the title.
syntax is background: linear-gradient(direction, color-stop1, color-stop2, ...);
the tags -o- represent the useragent and there are more useragents too like -webkit- -ms- -moz- which are useful in case of chrome, ie, and mozilla firefox respectively.
1
solved Confused on what’s what because of my teacher. [closed]