This website works better with JavaScript.
首頁
探索
說明
登入
kornerr
/
mjs
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
заставка
master
Михаил Капелько
3 年之前
父節點
f5a18c1ab0
當前提交
1ca6848df3
共有
2 個文件被更改
,包括
21 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
index.html
二進制
р/сцены/заставка.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
查看文件
Before
After
Width:
640
| Height:
480
| Size:
40KB
Write
Preview
Loading…
取消
儲存