commit 5296a680b9000ce8c6e2caa5e10721f6def1f71f Author: Fern Garden Date: Mon Aug 18 10:22:29 2025 +0800 First commit diff --git a/images/cat.png b/images/cat.png new file mode 100644 index 0000000..b1dc068 Binary files /dev/null and b/images/cat.png differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..1331793 --- /dev/null +++ b/index.css @@ -0,0 +1,16 @@ +body { + background: linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0) fixed; + color: #c5c9c5; +} + +.center { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + text-align: center; +} + +.cat img { + width: 320px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..3ff30ce --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + meow!! + + + + + + + +
+

+ Pixel art of an orange cat with a trans flag behind it. +

+
+ +