How would I incorporate linear-gradien into a button-link code?

Code:

display:block;width: 260px;height:44px;background-image: linear-gradient( to right,#E6DC00 83px,#0059dd 83px, #0059dd 86px, #E6DC00 86px, #E6DC00 174px, #0059dd 174px, #0059dd 177px, #E6DC00 177px );border: 3px solid #0059dd; cursor: pointer;

<a href=""target='_blank'> <button style="border-color:blue;background-color:powderblue;padding:22px 128px;cursor: pointer; "> </button></a>

A post was merged into an existing topic: Is there any way to make this image with linear-gradient without using a border?