是否可以在背景颜色中创建/ knockout / cutout负空间或在文本中包含图像?
<小时/>
<小时/> 图片示例
答案 0 :(得分:1)
http://jsfiddle.net/4zg30ggz/1/
.container {
background: url("http://www.naircare.co.uk/images/main/hub/bg-face.jpg");
height: 450px;
width: 600px;
}
.inner {
position: absolute;
width: 300px;
height: 100px;
top: 160px;
left: 265px;
}
.clear {
width: 100px;
height: 90px;
border: 5px solid white;
float: left;
}
.text {
width: 180px;
height: 90px;
border: 5px solid black;
float: left;
background-color: white;
}
如果你试图做我认为你做的事情......让我知道它是不是正确。