Skip to content
Snippets Groups Projects

Make figcaption visible

Merged codecraft requested to merge make_figcaption_visible into master
4 files
+ 5
29
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
@@ -2,3 +2,10 @@
width: 70%;
height: 70%;
}
.card > .card-image figure.image > figcaption {
position: absolute;
bottom: 0;
width: 100%;
opacity: 75%;
}
Loading