Shapes Using a gradient as a shape
.wrapper::before { content: ""; float: left; width: 40vw; height: 100vh; background: linear-gradient(110deg, rgba(119,0,255,1) 29%, rgba(0,212,255,0) 60%); shape-outside: linear-gradient(110deg, rgba(119,0,255,1) 29%, rgba(0,212,255,0) 60%); shape-image-threshold: .6; }