Difference between revisions of "Team:NKU CHINA"

Line 17: Line 17:
 
}
 
}
 
#loading_p {
 
#loading_p {
z-index:99999;
+
    position: fixed;
position:fixed;
+
    top: 0;
top:50%;
+
    left: 0;
left:50%;
+
    width: 100%;
 +
    height: 100%;
 +
    z-index:99999;
 
}
 
}
 +
 
.loader-ring {
 
.loader-ring {
 
   position: fixed;
 
   position: fixed;
Line 121: Line 124:
 
<div id="loading"></div>
 
<div id="loading"></div>
 
<div id="loading_p">
 
<div id="loading_p">
<p style="color: white;font-family:myTitle3;font-size:30px;">Loading...</p>
+
<p style="color: white;font-family:myTitle3;font-size:30px;position:relative;top:50%;left:50%">Loading...</p>
 
</div>
 
</div>
 
   <div class="loader-ring">
 
   <div class="loader-ring">

Revision as of 04:51, 14 October 2018

Loading...

Short Video Display

Top