github.com/ckxng/wakeup@v0.0.0-20190105202853-90356a5f5a15/Release/assets/styles/style.css (about)

     1  /* Copyright (c) 2015 Cameron King. All rights reserved.
     2   * License: BSD 2-clause.
     3   * Website: https://github.com/ckxng/wakeup */
     4  
     5  div.background-image {
     6  	height:100%;
     7  	width:100%;
     8  	left:0;
     9  	top:0;
    10  	position:fixed;
    11  	z-index:-1;
    12  	background-repeat: no-repeat;
    13  	background-size: 100% 100%;
    14  }