commit 62fe0f2135d8895c7e7d474c5b32bf91e2109d5b Author: alyx Date: Wed Jan 7 22:53:21 2026 +0100 first commit diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..a58516f --- /dev/null +++ b/css/style.css @@ -0,0 +1,74 @@ +body { + background-color: #161618; + font-family: "Noto Sans", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + font-variation-settings: + "wdth" 100; +} + +.vtubegay-logo { + width: 50%; + height: auto; + display: flex; + justify-content: center; + align-items: center; + margin-left: auto; + margin-right: auto; + padding-top: 10em; + text-align: center; +} + +.cta { + color: #f2f5f4; + width: auto; + height: auto; + display: flex; + margin-left: auto; + margin-right: auto; + text-align: center; + justify-content: center; + text-decoration: none; + font-size: 2rem; +} + +.discord { + width: auto; + height: auto; + display: flex; + margin-left: auto; + margin-right: auto; + text-align: center; + justify-content: center; + text-decoration: none; +} +.discord-logo { + width: 3em; + height: auto; + display: flex; + margin-left: auto; + margin-right: auto; + text-align: center; + color: #5865f2; +} + +.discord-logo:hover { + color: #f2f5f4; +} + +.footer { + color: #f2f5f4; + text-align: center; + margin: 25px auto; + margin-top: 20px; + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; +} + +.footer small { + font-size: 0.3em; +} \ No newline at end of file diff --git a/i/logo.png b/i/logo.png new file mode 100644 index 0000000..a2ab4cf Binary files /dev/null and b/i/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..88021b0 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + + + + + + VTube.gay 🌈 + + + + + +
+

+ You want [yourusername].vtube.gay as your Bluesky username?
+ Message me on Social Media! :3 +

+
+ +
+ + + +
+ + + + + + + \ No newline at end of file