docs: add landing page (#203)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-02-06 16:41:44 +01:00
committed by GitHub
co-authored by Elias Schneider
parent 07ee087c3d
commit 3a6fce5c4b
7 changed files with 596 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
@import "tailwindcss";
@config '../tailwind.config.js';
.glass {
background: #09090B;
backdrop-filter: blur(10px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
}