Mugen87 há 7 anos atrás
pai
commit
62dc2767ae
1 ficheiros alterados com 9 adições e 9 exclusões
  1. 9 9
      examples/webgl_framebuffer_texture.html

+ 9 - 9
examples/webgl_framebuffer_texture.html

@@ -29,19 +29,19 @@
 
 			#overlay {
 				position: fixed;
-		    display: flex;
-		    flex-direction: column;
-		    justify-content: center;
-		    align-items: center;
-		    height: 100%;
-		    width: 100%;
+				display: flex;
+				flex-direction: column;
+				justify-content: center;
+				align-items: center;
+				height: 100%;
+				width: 100%;
 				top: 0;
-  			z-index: 999;
+				z-index: 999;
 			}
 
 			#overlay > div {
-		    height: 128px;
-		    width: 128px;
+				height: 128px;
+				width: 128px;
 				border: 1px solid white;
 			}
 		</style>