Первый готов сайт под пк #1
This commit is contained in:
parent
cbcdaafc92
commit
123fa72fbb
3 changed files with 37 additions and 6 deletions
|
@ -12,11 +12,12 @@
|
|||
position: fixed;
|
||||
height: 32px;
|
||||
width: 100%;
|
||||
background: #04030f;
|
||||
background: #04f30f;
|
||||
z-index: 999999999999;
|
||||
}
|
||||
.header > img {
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
display: block;
|
||||
padding: 4px 0px 4px 0px;
|
||||
padding: 8px 0px 8px 0px;
|
||||
}
|
|
@ -9,7 +9,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<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 class="elem"></div>
|
||||
<script src="script.js"></script>
|
||||
|
|
|
@ -8,10 +8,37 @@
|
|||
font-size: 14pt;
|
||||
}
|
||||
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 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 0;
|
||||
height: 1000vw;
|
||||
}
|
Loading…
Add table
Reference in a new issue