我现在正在做一些事情,但这是行不通的!
基本上我想要做的是在我的图像上放置一个黑色不透明的“屏幕”,这样它就不会那么亮,你可以阅读图像顶部的文字内容。
此处展示的示例:
这就是我目前所拥有的。
<div class="overlay">
<span class="front-coffee block"></span>
<p class="center">Coffee Shop</p>
</div>
div.overlay{background: black; z-index: 5; width:100%; height:100%;}
.block { display: block; }
div.popularCategory p{font-size: 24pt; color: white; margin-top:-50px}
span.front-coffee{background:url('../img/categories/coffee.jpg') no-repeat center; zoom:0.65; width:100%; height:100%; z-index: 4}