Home › Forums › CSS › [Solved] Gradient Border-Bottom Help Needed! › Reply To: [Solved] Gradient Border-Bottom Help Needed!
March 11, 2015 at 8:47 am
#197891
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?