gpt4 book ai didi

css 模糊技术仅适用于背景

转载 作者:行者123 更新时间:2023-11-28 17:03:15 25 4
gpt4 key购买 nike

<分区>

我想使用 css3 过滤器模糊此 html 代码的背景图像,请提供解释。

    <!DOCTYPE html>
<html>
<head>
<title>Student-login</title>
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
<style>
body{

background-image: url("background.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

</style>
</head>
<body>
<div class="main-form">
<h1>Hello</h1>
</div>
</body>
</html>

但是这里面的内容不会变模糊。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com