I'm trying to create an image looking like the cover image here, using only css and html. I've tried different things but nothing has worked so far.
This is my html code:
<div id="container">
<img id="image" src="...">
</div>
What css code should I use?