CMS Development

Kkitchens
Participant

Gradient Background

SOLVE

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?

0 Upvotes
1 Accepted solution
Reg
Solution
Contributor | Elite Partner
Contributor | Elite Partner

Gradient Background

SOLVE

Here is a great resource for creating gradients: http://www.colorzilla.com/gradient-editor/ 

 

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

}

Reg Desgroseilliers
www.rdcoding.com

View solution in original post

1 Reply 1
Reg
Solution
Contributor | Elite Partner
Contributor | Elite Partner

Gradient Background

SOLVE

Here is a great resource for creating gradients: http://www.colorzilla.com/gradient-editor/ 

 

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

}

Reg Desgroseilliers
www.rdcoding.com