Want a nice gradient background on your site? background-image: linear-gradient(red, blue); BOOM, done! Ok, it’s a little boring. So if you want more, I recommend this css-tricks article and MDN page. Still here? Alright, let’s go and have a look at some of the details of how linear-gradients actually work. First of all, let’s remind ourselves of the syntax allowed in the linear-gradient function: