Kindly anyone guide me please how to make linear-gradient css border as rounded one instead of square that will support on all the browsers? Also the button background color preferred to be transparent.
.btn_outter {
border: 2px solid;
border-image-source: linear-gradient(45deg, #FFF000, #000000);
border-image-slice: 1;
color: #000;
}