Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kornerr
/
mjs
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
заставка
master
Михаил Капелько
3 anni fa
parent
f5a18c1ab0
commit
1ca6848df3
2 ha cambiato i file
con
21 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
index.html
BIN
р/сцены/заставка.jpg
+ 21
- 0
index.html
Vedi File
@@ -16,6 +16,23 @@
height: 100vh;
width: 100vw;
}
#заставка {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #ffffff;
z-index: 100;
}
#заставка > img {
position: absolute;
top: 50%;
left: 50%;
margin-left: -320px;
margin-top: -240px;
}
#корень {
position: relative;
}
@@ -27,6 +44,10 @@
</style>
</head>
<body>
<div id="заставка" onclick="document.getElementById('заставка').style.display = 'none';">
<img src="р/сцены/заставка.jpg">
</div>
<div id="корень"></div>
<div id="отладка"></div>
<script src="100.мир.js"></script>
BIN
р/сцены/заставка.jpg
Vedi File
Before
After
Width:
640
| Height:
480
| Size:
40KB
Write
Preview
Loading…
Annulla
Salva