[Solved] How to place text over the image in pre formated area in id card?
[ad_1] Something like this? .wrapper { height: auto; height: 280px; display: inline-block; } .image_holder { position: relative; float: left; margin-right: 10px; width: 180px; background-color: #ccecec; display: block; min-height: 100%; } .overlay { position: absolute; top: 0; text-align: center; /*background-color: rgba(34, 70, 118, 0.7);*/ width: 100%; height: 100%; } p { position: absolute; bottom: 0; margin: … Read more