I'm encountering challenges with the CSS on this website project. It is programmed in PHP, but for this example, I am only sharing the relevant HTML.
I have assembled my CSS (compiled from .SCSS) and included the entire CSS file.
Here is the code snippet - COMPLETE CSS FILE
Another snippet - ONLY THE MOSAIC CSS
[edit]
Just to Clarify:
In this section, there are three images positioned next to each other with a 10px space between them. The mosaic jquery plugin triggers an animation during hover, moving a header text upwards and revealing a paragraph element text. Additionally, there is a grayscale filter applied on hover using CSS.
The Problem: After some changes in my CSS code, the images no longer appear on the site. They are not visible at all.
Which CSS property might be causing these images to disappear?