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>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM