Add Maxwell, Add joke css snippet, update readme

This commit is contained in:
Indiana Jone (Indi) 2024-09-15 02:37:28 -04:00
parent 21f8b54c7d
commit 6f1478d9e8
3 changed files with 141 additions and 8 deletions

15
OtherStuff/Maxwell.css Normal file
View file

@ -0,0 +1,15 @@
/**
* @name Maxwell watchs your soul
* @author jaxorssmthng, krystalskullofficial
* @version 2.0
* @description cat (it watches your soul)
*/
[class^="panels_"]::before {
content: "";
width: 30px;
height: 47px;
left: 200px;
margin-top: -48px;
position: absolute;
background-image: url('https://cdn.discordapp.com/emojis/1086739148582436964.webp?size=48&quality=lossless');
}