Added ban page, fixed animation

Ну крч накидал страницу бана, цвета, текст взяты с лаки даймонда, кнопку откорректировал, а то мне не нравилось, как она себя ведёт
This commit is contained in:
Swino4ka
2024-03-05 21:23:57 +01:00
parent dfd129cd96
commit 674e1635d2
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
body {
background-color: rgb(17, 14, 32);
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
padding: 0px;
margin: 0;
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size:25px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.ggg {
border-radius: 10px;
}
.first {
width: 50%;
height: 100%;
display: block;
background-color: #ef4444;
margin: auto;
margin-top: 100px;
padding-top: 50px;
padding-bottom: 100px;
border-radius: 10px;
box-shadow: 12px 12px 2px 1px rgba(92, 12, 12, 0.2);
}

View File

@@ -204,6 +204,7 @@
.cumming_soon_btn:hover { .cumming_soon_btn:hover {
background-color: #525252; background-color: #525252;
opacity: 0.75;
} }
.line__btn { .line__btn {

View File

@@ -0,0 +1,20 @@
<template>
<body>
<div class="first">
<center><h1>Вы были заблокированны на проекте LuckyDiamond</h1></center>
<center><iframe class="ggg" width="560" height="315" src="https://www.youtube.com/embed/XeoS-zsGVCs?si=zLlKqDQIzvqOzFjW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></center>
</div>
</body>
</template>
<script>
import '@/assets/css/PagesStyles/BanPage.css'
</script>
<style scoped>
</style>