mirror of
https://github.com/G2-Games/website.git
synced 2025-04-19 01:42:54 -05:00
Latest stuff ig
This commit is contained in:
parent
56020ac2fd
commit
6ea19649c5
3 changed files with 4 additions and 5 deletions
|
@ -46,7 +46,6 @@ figure {
|
|||
max-width: 100%;
|
||||
margin-bottom: 20px;
|
||||
display: block;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
|
|
@ -13,18 +13,18 @@
|
|||
<style>
|
||||
#rect1 {
|
||||
transform-origin: 0% 95%;
|
||||
animation: 1s alternate infinite ease-in-out scale1;
|
||||
animation: 0.54s alternate infinite ease-in-out scale1;
|
||||
}
|
||||
|
||||
#rect2 {
|
||||
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;
|
||||
}
|
||||
|
||||
#rect3 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -1,5 +1,5 @@
|
|||
.music_tile {
|
||||
font-family: "Noto Sans JP", sans-serif;
|
||||
font-family: "Noto Sans JP", "Roboto", sans-serif;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue