Я беру файлы ,_.
This commit is contained in:
parent
a77e6bf01f
commit
6839d636aa
3 changed files with 5 additions and 70 deletions
|
@ -19,38 +19,4 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 0px 4px 0px;
|
padding: 4px 0px 4px 0px;
|
||||||
}
|
}
|
||||||
/* .header > div.link {
|
|
||||||
display: block;
|
|
||||||
position: relative;
|
|
||||||
top: -32px;
|
|
||||||
margin: auto;
|
|
||||||
width: 96px;
|
|
||||||
height: 32px;
|
|
||||||
padding: 4px 0px 4px 0px;
|
|
||||||
opacity: 0;
|
|
||||||
background: #04030f;
|
|
||||||
background-image: url(img/g5183-6.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 96px;
|
|
||||||
background-position: 50% 4px;
|
|
||||||
transition: opacity .3s ease, height .3s ease, top 0s ease;
|
|
||||||
animation: checks .3s forwards;
|
|
||||||
}
|
|
||||||
.header > div.link:hover {
|
|
||||||
animation: check .3s forwards;
|
|
||||||
width: 100%;
|
|
||||||
height: 64px;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.header > div.link:hover > a.Discord {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
.header > div.link > a.Discord {
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
text-align: center;
|
|
||||||
position: relative;
|
|
||||||
top: calc(100% - 14px - (50% / 4));
|
|
||||||
font-size: 14px;
|
|
||||||
} */
|
|
|
@ -9,9 +9,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img src="https://org.zaboal.name/assets/logo.svg" alt="Logo">
|
<img src="https://org.zaboal.name/assets/logo_playroom.svg" alt="Логотип «Игровой»">
|
||||||
</div>
|
</div>
|
||||||
<div class="elem"></div>
|
<div class="elem"></div>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -11,38 +11,7 @@ body {
|
||||||
background: #24232f;
|
background: #24232f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Приобретение предложения */
|
|
||||||
/* .buy {
|
|
||||||
position: relative;
|
|
||||||
width: 511px;
|
|
||||||
height: 334.15px;
|
|
||||||
left: 705px;
|
|
||||||
top: 401.63px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: start;
|
|
||||||
gap: 32px 0px;
|
|
||||||
padding: 0px;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-content: center;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* Стоимость предложения */
|
|
||||||
/* .buy > h1 {
|
|
||||||
width: 576px;
|
|
||||||
height: 58px;
|
|
||||||
color: rgba(244, 243, 255, 1);
|
|
||||||
font-size: 48px;
|
|
||||||
font-weight: 800;
|
|
||||||
line-height: 1.2;
|
|
||||||
letter-spacing: 8px;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: lowercase;
|
|
||||||
text-align: center;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.elem {
|
.elem {
|
||||||
width: 20px;
|
width: 100vw;
|
||||||
height: 2000px;
|
height: 100vh;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue