有沒有辦法在圖像上設置文字模糊背景?像我可以將文字背景設置爲模糊圖像嗎?
h1 {
text-align: center;
background-color: <blurry>;
}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>The Last Will and Testament of Eric Jones</h1>
</body>
</html>
編輯大部分的解決方案的在線演示如何模糊圖像。我正在尋找的是將模糊濾鏡僅應用於文本元素的背景。我不知道你是否可以在h1
元素內設置它。
這是你想要的嗎? http://codepen.io/chriscoyier/pen/yyOodm/ – ntahoang