Hello-
I input the following CSS to create a bottom border on my nav bar that is a gradient but it is not working.
My CSS is…
.x-navbar {
border-bottom: 5px solid -webkit-linear-gradient(left, #79cc9e 0%,#beedec 25%,#c5ceff 50%,#cabd96 75%,#b591c7 100%);
}
website is leadas.love