OAdmirador's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Windows movie maker intro Layout


<style>


body:before {


content: " ";


height: 100vh;


width: 100vw;


display: block;


position: fixed; 


top: 0; 


left: 0; 


z-index: 100;


background-image: url('https://i.ibb.co/6cXP6KtP/ezgif-45e1f3f03d734155.gif');


background-size: cover;


background-repeat: no-repeat;


background-position:center;


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


pointer-events: none;}


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


</style>


I was surprised that no one has done this before, but now your profile will look like a video from 2000s

Since you can't post in layouts I will leave it here


"Quem é esse wel que quer me comer?" - Maguila


3 Kudos

Comments

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