• Help Desk reporting gives you real-time visibility into your support operation without the manual work. Ask our experts about which metrics matter most! AMA Dec 8-12.

    Ask us anything

Gradient Background

Kkitchens
Participant

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

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

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