diff --git a/index.html b/index.html index ca7d00b..f2fa94c 100644 --- a/index.html +++ b/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 @@ +
+ +
+
diff --git a/р/сцены/заставка.jpg b/р/сцены/заставка.jpg new file mode 100644 index 0000000..92ddff5 Binary files /dev/null and b/р/сцены/заставка.jpg differ