[Solved] CSS Image Effects
There are several way to create this, one is to use 2 images, one by default another on hover from css, the text can stand inside the div holding the image. If it is not responsive, it will look something like this: .image{ position: relative; height: 300px; width: 300px; } .image:after{ position: absolute; z-index: 1; … Read more