ソースを参照

заставка

master
コミット
1ca6848df3
2個のファイルの変更21行の追加0行の削除
  1. +21
    -0
      index.html
  2. バイナリ
      р/сцены/заставка.jpg

+ 21
- 0
index.html ファイルの表示

@@ -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>


バイナリ
р/сцены/заставка.jpg ファイルの表示

変更前 変更後
幅: 640  |  高さ: 480  |  サイズ: 40KB

読み込み中…
キャンセル
保存