How to make your own intro

- First search your gif, I got mine from tumblr and paste this on the final of your ''about me'' section


- Then copy the direction of the image and paste on the ''CHANGE URL HERE''


<style>




body:before {


content: " ";


height: 100vh;


width: 100vw;


display: block;


position: fixed; 


top: 0; 


left: 0; 


z-index: 100;


background-image: url('CHANGE URL HERE');


background-size: cover;


background-repeat: no-repeat;


background-position:center;


animation: yourAnimation 5s ease 0s 1 normal forwards;


pointer-events: none;


}


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




</style>


- Now you are done!


4 Kudos

Comments

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

agi

agi's profile picture

thank youuu (*^▽^*)


Report Comment



hope it helped!!

by Angeliko; ; Report

※※skye※※

※※skye※※'s profile picture

thank you so much oh my stars!🍊


Report Comment



yww blessings!!

by Angeliko; ; Report