Currently, I am working on a CSS/JS project that is unfamiliar to me and does not have any documentation available.
I am attempting to justify images within a DIV, similar to the example shown here: https://jsfiddle.net/4jwfhk6c/
Despite replicating the exact same code in my HTML/CSS file, the alignment remains unchanged.
I have tried changing <img>
and <a>
to display as inline-block
, resetting CSS within the DIV, and disabling styles up to two levels above the DIV.
Unfortunately, none of these solutions have worked. Is there something I am overlooking? Could there be a workaround or specific requirements for the justify
property that I am not meeting?