zoukankan      html  css  js  c++  java
  • 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>
  • 相关阅读:
    bzoj1027
    bzoj1069
    poj2079
    poj2187
    bzoj2281
    bzoj2285
    bzoj1558
    bzoj1822
    bzoj1559
    bzoj1570
  • 原文地址:https://www.cnblogs.com/CyLee/p/5851652.html
Copyright © 2011-2022 走看看