fix
This commit is contained in:
parent
23af8835f4
commit
dd27e7001f
5 changed files with 4 additions and 4 deletions
BIN
files/assets/christmas/hat1.png
Normal file
BIN
files/assets/christmas/hat1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
files/assets/christmas/hat2.png
Normal file
BIN
files/assets/christmas/hat2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
BIN
files/assets/christmas/lights-string.png
Normal file
BIN
files/assets/christmas/lights-string.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
files/assets/christmas/snowcap.png
Normal file
BIN
files/assets/christmas/snowcap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue