Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Gradient Border-Bottom Help Needed! Reply To: [Solved] Gradient Border-Bottom Help Needed!

#197891
Paulie_D
Member

Borders (as far as I know) don’t take gradients as background becuase they are colors.

There is no border-background property.

You can use border-image as shown in this demo by Chris Coyier

https://css-tricks.com/examples/GradientBorder/

What are you trying to do? Do you have an image of the expected result?

What element are you trying to apply this border too?