Load images pls

This commit is contained in:
thepaperpilot 2023-02-21 00:29:21 -06:00
parent 2b9be1a043
commit f60ca70fb8

View file

@ -1,5 +1,5 @@
.inner-tab {
background: url("Kitchen BG.png");
background: url("/Kitchen BG.png");
background-position: center;
background-size: cover;
}
@ -18,7 +18,7 @@
left: 0;
right: 0;
bottom: 0;
border-image: url("game window.png");
border-image: url("/game window.png");
border-image-slice: 100 50 50 450;
border-style: solid;
border-width: 10vmin 5vmin 5vmin 45vmin;
@ -35,7 +35,7 @@
height: 10vmin;
aspect-ratio: 516/100;
background-size: contain;
background-image: url("cat.png");
background-image: url("/cat.png");
z-index: 102;
pointer-events: none;
}
@ -105,7 +105,7 @@
}
.shop .row {
border-image: url("shop window.png");
border-image: url("/shop window.png");
border-image-slice: 106 53 53 424 fill;
border-style: solid;
border-width: 5vmin 2.5vmin 2.5vmin 20vmin;
@ -123,7 +123,7 @@
height: 5vmin;
aspect-ratio: 516/102;
background-size: contain;
background-image: url("shop cat.png");
background-image: url("/shop cat.png");
z-index: 3;
pointer-events: none;
}