aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/index.css
blob: 2084e7ec6c7c3a8284550393018eec6fa968ec71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import "tailwindcss";

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.floating {
  animation: float 3s ease-in-out infinite;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage