commit 18b898ec277ea711348c5b0fe706d11006b2c3c7 Author: alyx Date: Thu Jan 1 19:58:35 2026 +0100 first commit diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..c19afe8 --- /dev/null +++ b/css/style.css @@ -0,0 +1,48 @@ +body { + background-color: #161618; + font-family: 'Inter', sans-serif; + font-optical-sizing: auto; + font-weight: 100; + font-style: normal; +} + +.vheart-logo { + width: 70%; + max-width: 50em; + display: flex; + justify-content: center; + align-items: center; + margin-left: auto; + margin-right: auto; + padding-top: 10em; + text-align: center; +} + +.coming-soon, +.coming-soon p, +.coming-soon a { + 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: 3rem; +} + +.discord-logo { + width: 3em; + height: auto; + display: flex; + margin-left: auto; + margin-right: auto; + text-align: center; + color: #5865f2; +} + +.discord-logo:hover { + color: #f2f5f4; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..994dbfa --- /dev/null +++ b/index.html @@ -0,0 +1,155 @@ + + + + + + + + + + + VHeart + + + + + +
+

+ Coming soon! +

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