does anyone here know how to create a style blue gradient that looks like this? (image below)

I only manage to make a solid color, but gradients seem to not know how (This is my code)
<div style="background: -webkit-linear-gradient(-100deg, #fff 50%, #063852 0%); height:300px">
</div>