a1exlism
9/30/2016 - 11:54 AM

gist_fullScreen.css

/*
  Thanks for the blog.
  http://www.cnblogs.com/dolphinX/p/3292997.html
*/

.full_screen {
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: -100;
}