creechur's profile picture

Published by

published
updated

Category: Web, HTML, Tech

CODE SNIPPET: SET YOUR PAGE ON FIRE!!!!!!!

idk why layouts is unavailable so im posting this here

it does exactly what it says on the tin: you can set fire to your page!!!!!!

if you enjoy comment below and give it a kudos while you're at it ;)



CODE:

<style>

.fire {

height: 22px;

width: 100%;

background-image:url("https://i.postimg.cc/zGC44c0r/ezgif-6-1e8172d4da.gif");

background-repeat: repeat-x;

}

</style>

<div class="fire" style="position: fixed; right:0px; bottom:-3px; z-index: 200;"><img/></div>


if you decide to use a different image, remember to adjust height (make it exactly as tall as the image you're using), right and bottom


0 Kudos

Comments

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