mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-06-08 02:43:41 +02:00
Add Maxwell, Add joke css snippet, update readme
This commit is contained in:
parent
21f8b54c7d
commit
6f1478d9e8
3 changed files with 141 additions and 8 deletions
15
OtherStuff/Maxwell.css
Normal file
15
OtherStuff/Maxwell.css
Normal 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');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue