Advertisement

html5+css3的动态背景-登陆页面

阅读量:

html5+css3的动态背景 登陆页面

在这里插入图片描述

style.css

复制代码
     *{  
            margin: 0px;  
            padding: 0px;  
        }  
        video{  
            position: fixed;  
            right: 0px;  
            bottom: 0px;  
            min-width: 100%;  
            min-height: 100%;  
            height: auto;  
            width: auto;  
            /*加滤镜*/
            /*filter: blur(15px); //背景模糊设置 */
            /*-webkit-filter: grayscale(100%);*/  
            /*filter:

全部评论 (0)

还没有任何评论哟~