Landing Page

This commit is contained in:
David Haz
2025-07-08 12:39:14 +03:00
parent fa9392fa47
commit 9ddb731258
41 changed files with 4584 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
@import 'tailwindcss';
@import 'primeicons/primeicons.css';
*,
*::before,
@@ -7,6 +8,8 @@
}
body {
background-color: #0e0e0e;
color: #fff;
min-height: 100vh;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;