sadjesterev's profile picture

Published by

published
updated

Category: Web, HTML, Tech

Blog code news!

I removed the floating efect of my page bc it makes me dizzy as my blindness worsens lmao, you have the code here if you want your shit to float

<style>}


.col, main, footer, nav::before, .online, nav .links, nav .top {

    animation: float 3s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-in-out;

}


.col, main, footer, nav::before, .online, nav .links, nav .top {

animation: float 3s;

animation-iteration-count: infinite;

animation-timing-function: ease-in-out;

}

@keyframes float {

0% { transform: translate(0, 0px);

}

50% {

transform: translate(0, 8px);

}

100% {

transform: translate(0, -0px);

}


</style>


+auto yt player

<iframe width="200" height="100" src="https://www.youtube.com/embed/videoseries?si=lKS1lwdtZm2Y6bld&list=PLe37VALBEY-N583JHqbX6MPlBFBMkQ31g//? &;amp;;autoplay=1&loop=1&;controls=1" title="976-EVIL" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">

</iframe>


0 Kudos

Comments

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