Torahime's profile picture

Published by

published
updated

Category: Web, HTML, Tech

[CODES] all the silly ENA pixels on my ENA layout !! (,,>ヮ<,,)

heres a little collection of all the silly ENA pixels on my ENA themed profile !!
please comment here if you use them and feel free to edit the codes as you wish !

web series ENA sitting in the bottom right of your screen

<div style="float: ; max-height: 800px; width: 70px; height: 90px; position: fixed; right: 1px; bottom: 1px; z-index: 200; pointer-events:none;"><img src="https://files.catbox.moe/jaaao8.png"/></div>


dream bbq ENA jumping in the bottom left of your screen

<div style="float: ; max-height: 800px; position: fixed; left: 1px; bottom: -5px; z-index: 200; pointer-events:none;"><img src="https://files.catbox.moe/6pyxr7.gif"/></div>

full-sadness ENA running across the bottom of your screen

<style>
@keyframes flying-santa{
  from{ right:-400px; }
  to{ right:calc(100% + 20px); }
}
#ena2{
  position: fixed;
  right: -400px;
  bottom: 0px;
  width: 70px;
  height: 100px;
  animation: flying-santa 7s infinite linear;
  pointer-events: none;
}
</style>
<img id="ena2" src="https://files.catbox.moe/tumwud.gif"/>

web series ENA in a fast food uniform running across the bottom of your screen

<style>
@keyframes flying-santa{
  from{ right:-400px; }
  to{ right:calc(100% + 20px); }
}
#ena1{
  position: fixed;
  right: -400px;
  bottom: 0px;
  width: 90px;
  height: 100px;
  animation: flying-santa 8s infinite linear;
  pointer-events: none;
}
</style>
<img id="ena1" src="https://media.tenor.com/Bb8lGZExL8wAAAAi/ena-ena-joel-g.gif"/>


6 Kudos

Comments

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