2 回答

TA貢獻(xiàn)1911條經(jīng)驗(yàn) 獲得超7個(gè)贊
我無法顯示您的 GIF,可能是因?yàn)樗皇峭ㄟ^ https 傳輸?shù)?。我在支?https 的服務(wù)器上重新上傳了圖像。您需要從正文中刪除白色,否則您將無法看到文本
<html>
<head>
<style>
html {
background-image: url("https://i.ibb.co/bK2yczN/cat.png");
background-size: cover;
}
</style>
</head>
<body>
<p>sample text</p>
</body>
</html>

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超6個(gè)贊
<!DOCTYPE html>
<html>
<head>
<style>
.header {
background-image: url("http://fromthehartle.freeservers.com/images/CatTopBorder.gif");
height:100px;
}
body {
color: white;
}
</style>
</head>
<body>
<div class='header'>
<p>sample text</p>
</body>
</html>
- 2 回答
- 0 關(guān)注
- 139 瀏覽
添加回答
舉報(bào)