Gradient Background

I have been trying to get a gradient background on one of my landing pages. I am new to the whole coding, CSS, HTML, JS ordeal. I have looked high and low for just a simple walk through on how to do so. The only thing is, it has to have all the steps (minus the extra “notes” in the code) from the beginning to the end. Most of the examples i have seen have multiple steps that need to be done but never go into detail of how to do it… help?

Here is a great resource for creating gradients: Ultimate CSS Gradient Generator - ColorZilla.com

Then you would just need to apply the generated CSS to the element you want to have a gradient on.

.main-background {

CSS code here

}