Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kornerr
/
mjs
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
заставка
master
Михаил Капелько
3 anos atrás
pai
f5a18c1ab0
commit
1ca6848df3
2 arquivos alterados
com
21 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+21
-0
index.html
BIN
р/сцены/заставка.jpg
+ 21
- 0
index.html
Ver arquivo
@@ -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
Ver arquivo
Antes
Depois
Largura:
640
| Altura:
480
| Tamanho:
40KB
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar