Hello-
Wondering if anybody out there is a CSS wizard. I want to greate a 5px wide gradient for the bottom border of the navbar. Tried this so far, not suprised it didn’t work:
.x-navbar .border-bottom {
background: 5px solid -webkit-linear-gradient(left, #79cc9e 0%,#beedec 25%,#c5ceff 50%,#cabd96 75%,#b591c7 100%);
}
Any help would be awesome!