I would like to add text which displays over an image.
Essentially, this what my code looks like:
-
I don't think this is possible using bootstrap classes. You can just do something like this by adding thumbnail
to the image and thumbnail_legend
to the next div.
.thumbnail_legend {
background: none repeat scroll 0 0 #FFFFFF;
opacity: 0.5;
top:0;
left:0;
position: absolute;
}
.thumbnail {
position:relative;
}
from: Bootstrap 3: Text overlay on image