Latest stuff ig

This commit is contained in:
G2_Games 2025-03-04 18:09:08 -06:00
parent 56020ac2fd
commit 6ea19649c5
3 changed files with 4 additions and 5 deletions

View file

@ -46,7 +46,6 @@ figure {
max-width: 100%; max-width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
display: block; display: block;
overflow: scroll;
} }
figcaption { figcaption {

View file

@ -13,18 +13,18 @@
<style> <style>
#rect1 { #rect1 {
transform-origin: 0% 95%; transform-origin: 0% 95%;
animation: 1s alternate infinite ease-in-out scale1; animation: 0.54s alternate infinite ease-in-out scale1;
} }
#rect2 { #rect2 {
transform-origin: 0% 95%; transform-origin: 0% 95%;
animation: 1.05s alternate infinite ease-in-out scale2; animation: 0.55s alternate infinite ease-in-out scale2;
animation-delay: -0.8s; animation-delay: -0.8s;
} }
#rect3 { #rect3 {
transform-origin: 0% 95%; transform-origin: 0% 95%;
animation: 0.95s alternate infinite ease-in-out scale3; animation: 0.56s alternate infinite ease-in-out scale3;
animation-delay: -0.1415926s; animation-delay: -0.1415926s;
} }

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,5 +1,5 @@
.music_tile { .music_tile {
font-family: "Noto Sans JP", sans-serif; font-family: "Noto Sans JP", "Roboto", sans-serif;
display: flex; display: flex;
flex-direction: column; flex-direction: column;