Первый готов сайт под пк #1

This commit is contained in:
orange 2023-03-17 15:38:56 +06:00
parent cbcdaafc92
commit 123fa72fbb
3 changed files with 37 additions and 6 deletions

View file

@ -12,11 +12,12 @@
position: fixed; position: fixed;
height: 32px; height: 32px;
width: 100%; width: 100%;
background: #04030f; background: #04f30f;
z-index: 999999999999;
} }
.header > img { .header > img {
height: 100%; height: 100%;
margin: auto; margin: auto;
display: block; display: block;
padding: 4px 0px 4px 0px; padding: 8px 0px 8px 0px;
} }

View file

@ -9,7 +9,10 @@
</head> </head>
<body> <body>
<div class="header"> <div class="header">
<img src="https://org.zaboal.name/assets/logo_playroom.svg" alt="Логотип «Игровой»"> <img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»">
</div>
<div class="info">
<b>Единый проход на сервера опен-сорс игр с регулярным тусейшеном и ахуенными плагинами <big>ヾ(⌐■_■)ノ♪</big></b>
</div> </div>
<div class="elem"></div> <div class="elem"></div>
<script src="script.js"></script> <script src="script.js"></script>

View file

@ -8,10 +8,37 @@
font-size: 14pt; font-size: 14pt;
} }
body { body {
background: #24232f; background: #04030F;
} }
.info {
position: absolute;
background: #04f30f;
top: 32px;
width: 100%;
height: 384px;
}
.info > b > big {
font-size: 64px;
color: rgba(0, 0, 0, 0.25);
}
.info > b {
padding: 64px;
display: block;
width: 1650px;
font-size: 64px;
line-height: 1.25;
letter-spacing: 1px;
text-decoration: none;
text-transform: lowercase;
overflow-wrap: break-word;
}
.elem { .elem {
width: 100vw; width: 0;
height: 100vh; height: 1000vw;
} }