我無法弄清楚爲什麼頂部圖像周圍有白色邊框。爲什麼我的圖像周圍有邊框?
這是CSS
font {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.intro{
background:url(../images/2167265210_bf48820f23_o.jpg);
background-position: center;
height: 600px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
text-align: center;
font-weight: 100;
}
.intro h1{
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight:100;
color: #fff;
font-size: 16px;
margin-bottom: 30px;
}
這是HTML
<div class="intro">
<h1>blabla</h1>
<a href="mailto:[email protected]" class="button">Neem contact op</a>
</div>
我希望有人能幫助我!
屏幕截圖顯示您談論的邊界和圖片本身將有所幫助。 – deW1
爲什麼使用'-o-background-size:cover;'? –
你可以給我們一個截圖或圖像或jsfiddle的問題? –