I tried for hours to make a shape gradient equal to the one at Laracasts. Actually my code don't show anything, can someone help me?
a{
background: linear-gradient(118deg,#328bf2,#1644ad);
border-radius: 54% 46% 64% 36%/64% 42% 58% 36%;
content: "";
position:absolute;
top: -250px;
left: 48%;
width: 930px;
height: 870px;
}
<a></a>