Skip to content
Snippets Groups Projects

Make figcaption visible

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