Spaces:
Running
Running
gunship999
commited on
Commit
โข
714950d
1
Parent(s):
b80f0fc
Update index.html
Browse files- index.html +15 -10
index.html
CHANGED
@@ -12,6 +12,21 @@
|
|
12 |
font-family: 'Courier New', monospace;
|
13 |
}
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
#cockpit-frame {
|
16 |
position: fixed;
|
17 |
top: 0;
|
@@ -223,16 +238,6 @@
|
|
223 |
border: 1px solid #0f0;
|
224 |
border-radius: 5px;
|
225 |
}
|
226 |
-
|
227 |
-
#loading {
|
228 |
-
position: fixed;
|
229 |
-
top: 50%;
|
230 |
-
left: 50%;
|
231 |
-
transform: translate(-50%, -50%);
|
232 |
-
color: #0f0;
|
233 |
-
font-size: 24px;
|
234 |
-
z-index: 2000;
|
235 |
-
}
|
236 |
</style>
|
237 |
</head>
|
238 |
<body>
|
|
|
12 |
font-family: 'Courier New', monospace;
|
13 |
}
|
14 |
|
15 |
+
#loading {
|
16 |
+
position: fixed;
|
17 |
+
top: 50%;
|
18 |
+
left: 50%;
|
19 |
+
transform: translate(-50%, -50%);
|
20 |
+
color: #0f0;
|
21 |
+
font-size: 24px;
|
22 |
+
z-index: 2000;
|
23 |
+
background: rgba(0,0,0,0.8);
|
24 |
+
padding: 20px;
|
25 |
+
border-radius: 10px;
|
26 |
+
border: 1px solid #0f0;
|
27 |
+
}
|
28 |
+
|
29 |
+
/* ๊ธฐ์กด ์คํ์ผ ์ ์ง */
|
30 |
#cockpit-frame {
|
31 |
position: fixed;
|
32 |
top: 0;
|
|
|
238 |
border: 1px solid #0f0;
|
239 |
border-radius: 5px;
|
240 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
</style>
|
242 |
</head>
|
243 |
<body>
|