Created by: zalog
I think this is a feature opposite to .card-img-overlay
because the way that our .card
height is computed.
So, in this pr, our card has:
- his parent height relative to content, not to image like
.card-img-overlay
- a 100% width&height background on the back of the card body content
But, because our .card
has more childrens than .card-body
, I think we should introduce a new + .card-bg-overlay
or something like that.
What do you guys think?
Here we have a simple demo, and a pen, of course :).