maddox's profile picture

Published by

published

Category: Web, HTML, Tech

ermm how do i add a intro to my profile

how how how!!!!!!!!!!!! dafurq


0 Kudos

Comments

Displaying 2 of 2 comments ( View all | Add Comment )

annika

annika's profile picture

i wanna say its this?? i tried to rip it frum my profile code so i hope it was the right part. just replace the .gif link with ur own





body:before {

content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed;

top: 0;

left: 0;

z-index: 100;

background-image: url('https://i.pinimg.com/originals/f1/dd/12/f1dd12a61da24561ac5997c8308ab37e.gif');

background-size: cover;

background-repeat: no-repeat;

background-position:center;

animation: yourAnimation 2s ease 1s 1 normal forwards;

pointer-events: none;}

@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }


Report Comment

𝓒𝓴𝔂

𝓒𝓴𝔂 's profile picture

Ermmm like the about me section or?


Report Comment



no, like when you open someones profile it plays a gif

by maddox; ; Report

OHHHH yeah yeah no I think there’s a few layouts in the layouts section with code for it? you could probably find it there I don’t personally know how it works though

by 𝓒𝓴𝔂; ; Report

thank yewww

by maddox; ; Report