I want to be able to cover an image with blue colour when I hover on top of it.
How could I implement this with pure CSS?
<div class="col-xs-3">
<h1>Some title here</h1>
<img src="the_image.png" height: "100px", width: "100px">
<p>Some text here...</p>
</div>