Is there a way to make the gradient border transition between two colors look like a straight line? Additionally, is it possible to have the line start in the bottom left corner instead of the middle of the right side of the button? The current CSS code I am using for this effect is:
background: linear-gradient(to right bottom, #00C9FF 30%, black 50%)