On a WordPress website, I'm using the following code to get gradient on the border-bottom:
border-bottom: 2px solid linear-gradient(to right, #13a338 0%, #1f3876 100%);
However it does not seem to work. Shall I use another CSS property or what am I doing wrong here?