message (3)
message (3)
message (3)
<head>
<script src="../kit.fontawesome.com/6f8abaa287.js"
crossorigin="anonymous"></script>
<title>/quh</title>
</head>
<body>
<div id="body-div">
<div style="width:95%;">
<div class="socials-div">
<a id="icons" href="https://discord.dog/1300536958669291593"
target="_blank"> <img src="./toolz/discord.png" height="65" width="65">
</div>
</div>
<div class="socials-div-mobile">
</div>
</div>
<script>
function enterportal(){
var audio = new Audio('');
audio.play();
document.getElementById('body-div').style.display = "inline-block"
document.getElementById('enter-portal').style.display = "none";
}
</script>
</body>
<style>
body{
background: black;
}
#body-div{
display: none;
animation-name: fade;
animation-duration: 6s;
}
.ray{
color: aliceblue;
position: absolute;
margin-top: 350px;
margin-bottom: 1000px;
margin-left: 985px;
margin-left: 1000x;
}
#enter-portal{
color:white;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-decoration: none;
text-shadow: 0px 0px 10px white;
display: inline-block;
font-size: 20px;
}
#enter-portal:hover{
cursor: pointer;
}
#background-video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.socials-div{
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 2;
background: transparent;
box-shadow: 0px 0px 10px 10px black;
padding: 20px;
border-radius: 15px;
background: rgba(0, 0, 0, 0.8);
animation: bordercolor infinite;
animation-duration: 10s;
}
.socials-div-mobile{
position: absolute;
top: 25%;
left: 50%;
transform: translate(-50%, -10%);
text-align: center;
z-index: 2;
padding: 10px;
display: none;
background: transparent;
box-shadow: 0px 0px 10px 10px black;
border-radius: 15px;
background: rgba(0, 0, 0, 0.8);
animation: bordercolor infinite;
animation-duration: 10s;
}
a{
color:white;
font-size: 60px;
margin-left: 20px;
transition: ease-out .01s;
z-index: 2;
background: transparent;
}
i:hover{
transform: scale(1.07);
transition: ease-in .01s;
cursor: pointer;
}
@keyframes fade{
0% {opacity: 0%;}
100% {opacity: 100%;}
}
@keyframes bordercolor{
100%{box-shadow: 0px 0px 10px 5px rgb(0, 171, 255);}
}
@keyframes iconcolor{
100%{text-shadow: 0px 0px 10px rgb(84, 11, 255);}
}
}
</style>
</html>