I've been attempting to replicate the shape gradient found on Laracasts for hours, but unfortunately, my code isn't displaying anything. Can anyone lend a hand?
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>