Trying to replicate the CSS effect button exactly as shown in the image provided below (ignoring icons), but struggling to achieve the same results. Is there a way to create an identical CSS button?
Below is the code for my button:
.my-bt{
display:block;
position:relative;
background: linear-gradient(310deg, #dcb7e0, #dbdaef);
padding:10px;
text-align:center;
border-radius:10px;
}
<div class='my-bt'>Hello World</div>
Can anyone assist me in creating a button that looks 101% identical to the one shown in the image? [1]: https://i.sstatic.net/omwyj.jpg