我得到了这个设置
.image-head {
background-image:url(http://placehold.it/1920x1080);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
height: 1000px;
width: 100%;
margin: 0;
padding: 0;
color: black;
#text-align: center;
}
body {
margin: 0;
padding: 0;
}
Here是我的完整代码。
如何删除上边距?
答案 0 :(得分:2)
.media_bar {
margin-top: 0;
}
答案 1 :(得分:1)