aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/index.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-19 22:28:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-19 22:28:22 -0700
commit1fb36159c1eefbd4acd4fa60a42a988e4b9187ac (patch)
tree5414b7bce45007d0aed7fb1d09a525f16e84d9e6 /site/src/index.css
parentb49bad14418ba413fbcea2270dd19800461ce3fd (diff)
style: make xiatian float
Diffstat (limited to 'site/src/index.css')
-rw-r--r--site/src/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/src/index.css b/site/src/index.css
index bb66fd9..2084e7e 100644
--- a/site/src/index.css
+++ b/site/src/index.css
@@ -1,2 +1,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