on my profile (image below) it did a weird thing, it's supposed to be in the center covering the profile. i'm not sure why it broke like that
<div id="profile">
<ul>
<center>
<h1>Before You Enter !! / ¡¡ Antes de entrar !!</h1>
<img src="https://external-media.spacehey.net/media/sieQuEs7gDzparPUdVx6yXkQJP3hWD02ns03Hvs7wWQ8=/https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/520b7775-4dd5-4c5b-a546-15dd41dcfc59/dgf70t7-5a542af8-26c7-48bc-9f8d-d3826de46ab8.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzUyMGI3Nzc1LTRkZDUtNGM1Yi1hNTQ2LTE1ZGQ0MWRjZmM1OVwvZGdmNzB0Ny01YTU0MmFmOC0yNmM3LTQ4YmMtOWY4ZC1kMzgyNmRlNDZhYjguZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.-b7Ge0nddXKphaQ_ITt4b-t4SC6R2fQASx1Zn6UX-_Y"/>
<br/><br/><br/>I'm a minor, DNI is in my blogs. Spanish and English / Soy menor de edad, el DNI está en mis blogs. español e inglés<br/>
<a href="#profile"> Enter / Ingresar</a>
<br/><a href="https://spacehey.com/home">Go Back To The Homepage / Volver a la página de inicio</a>
<br/><br/><br/>
<center><img src="https://autumn.revolt.chat/attachments/JkSD8u9CzLzrA738S9r2fxqbWPrVyJHX-ve1ARWL07"/>
<br/>
</center></center></ul></div>
<style>
:root {
--warning-background-image: white;
--warning-text-color: ff95df;
}
#profile {
position: fixed;
background-image: url('');
background-color: #ff95df;
z-index: 100;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
padding: 50px 100px;
font-size: 150%;
overflow-y: scroll;
opacity: 1;
transition: .2s;
}
#profile > * {
width: 100%;
max-width: 700px!important;
margin: 20px auto;
display: block;
}
#profile:target {
opacity: 0;
visibility: hidden;
}
#profile > ul {
padding: 10px 50px;
border: 5px double #ff95df;
border-radius: 20px;
Background-color: white;
}
</style>