This commit is contained in:
kek7198 2021-12-12 09:26:09 -06:00
parent 23af8835f4
commit dd27e7001f
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -36,7 +36,7 @@
.cap::before { .cap::before {
content: ''; content: '';
pointer-events: none; pointer-events: none;
background: url("https://i.ibb.co/QXFgjFm/hat2.png"); background: url("/assets/christmas/hat2.png");
position: absolute; position: absolute;
top: -10px; top: -10px;
left: 0; left: 0;
@ -50,7 +50,7 @@
.santa::before { .santa::before {
content: ''; content: '';
pointer-events: none; pointer-events: none;
background: url("https://i.ibb.co/54JCcPC/hat1.png"); background: url("/assets/christmas/hat1.png");
position: absolute; position: absolute;
top: -10px; top: -10px;
left: -5px; left: -5px;
@ -113,7 +113,7 @@
.snowcaps::after { .snowcaps::after {
content: ''; content: '';
pointer-events: none; pointer-events: none;
background: url("https://i.ibb.co/LN79rp9/Image.png"); background: url("/assets/christmas/snowcap.png");
position: absolute; position: absolute;
bottom: -15px; bottom: -15px;
left: 0; left: 0;
@ -162,7 +162,7 @@
.lights::after { .lights::after {
content: ''; content: '';
pointer-events: none; pointer-events: none;
background: url(https://i.imgur.com/BdGY6tH.png); background: url(/assets/christmas/lights-string.png);
animation: lights 1s infinite steps(2); animation: lights 1s infinite steps(2);
position: absolute; position: absolute;
top: 0; top: 0;