hi
I have a row that Spans 12 columns in Bootstrap design.
Each column has an Image and in normal state I want the image to be covered in shadow effect
or darkened that just allows you to see the image.
when the mouse hovers over each image I want it to remove the dark layer so
the image appears normal.
Hear is the HTML and thank you for suggestions for CSS.
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
...
Go to the complete details ...