html background 背景颜色美化 类似毛玻璃

Posted 贝尔塔猫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html background 背景颜色美化 类似毛玻璃相关的知识,希望对你有一定的参考价值。

制作高大上背景颜色

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style>
        body{background-color: rgb(224, 192, 160); }
        #app{
            height:100VH;
            background-image:url("http://y.gtimg.cn/music/photo_new/T002R300x300M000003xdmRa3RWKWC.jpg?max_age=2592000");
            background-position: 50% center;
            background-repeat: no-repeat;
            background-size: cover;
            filter: blur(90px);
            opacity: 0.6;
        }
    </style>
</head>
<body>
    <div id="app"></div>
</body>
</html>

 

以上是关于html background 背景颜色美化 类似毛玻璃的主要内容,如果未能解决你的问题,请参考以下文章

html怎么设置背景颜色

html 怎样让这一行的背景颜色为白色

美化背景

背景美化

html网页背景颜色的代码是啥?颜色有几种表示方法?

如何在html中设置网页背景颜色