css
.button{
border-radius: 50%;
border: 5px solid;
border-image: linear-gradient(90deg, rgba(11,100,98,1) 0%, rgba(240,171,12,1) 100%) 1;
background: none;
}
css
.button{
border-radius: 50%;
border: 5px solid;
border-image: linear-gradient(90deg, rgba(11,100,98,1) 0%, rgba(240,171,12,1) 100%) 1;
background: none;
}