I saw a wesite with a neat simple gradient and a partially oscured image, how can I acheive this with CSS?I guess with an absolute overlay with a radial but I'm not very good with gradient... is this masking maybe? or pure CSS?
The effect: https://i.stack.imgur.com/e2uk4.png
<div style="position:relative; width:100%; height:600px; background-image:url('/background-image.jpg');>
<div style="width:100%; height:100%; position:absolute; top:0px; left:0px;></div>
</div>