答案 0 :(得分:2)
将图像指定为div作为背景图像,并使用填充将内部div置于其中。
.inner {
background-color: blue;
width: 100%;
height: 100%
}
.background {
background-image: url('http://placehold.it/800x600');
width: 100%;
background-size: cover;
height: 300px;
padding: 50px;
box-sizing: border-box;
}
答案 1 :(得分:0)
将图像用作"背景:网址(...)"第一个div,在第一个div中插入带填充的第二个div"填充:25px" (例如)。或者我错了你的意思)