4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 272: | Line 272: | ||
.article-image { | .article-image { | ||
position: relative; | position: relative; | ||
} | |||
.image-container { | |||
position: relative; | |||
/* Other styling as needed */ | |||
} | |||
.caption { | |||
display: none; | |||
position: absolute; | |||
bottom: 0; | |||
/* Additional styling for the caption */ | |||
} | |||
.image-container:hover .caption { | |||
display: block; | |||
/* Additional styling for visible caption */ | |||
} | } | ||
.caption-image { | .caption-image { |