Anymore more

This commit is contained in:
Swino4ka
2024-03-09 20:43:04 +01:00
parent 3472a8be19
commit aeb54e2b31
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
.banbanbimbim { .banpage--body {
background-color: rgb(17, 14, 32); background-color: rgb(17, 14, 32);
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
padding: 0px; padding: 0px;
@@ -11,11 +11,11 @@
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;
} }
.ggg { .banpage--video {
border-radius: 10px; border-radius: 10px;
} }
.first { .banpage--block {
width: 50%; width: 50%;
height: 100%; height: 100%;
display: block; display: block;

View File

@@ -1,9 +1,9 @@
<template> <template>
<body class="banbanbimbim"> <body class="banpage--body">
<div class="first"> <div class="banpage--block">
<center><h1>Вы были заблокированны на проекте LuckyDiamond</h1></center> <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> <center><iframe class="banpage--video" 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> </div>
</body> </body>