From e85ce6a67b80a6c1b62c4e1e4ef6a06549b1d4a2 Mon Sep 17 00:00:00 2001 From: robgit21 Date: Sun, 10 May 2026 14:11:47 +0200 Subject: [PATCH] Tailwind CSS eingerichtet --- apps/web/src/App.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/web/src/App.tsx b/apps/web/src/App.tsx index 89feb6e..b3a2f73 100644 --- a/apps/web/src/App.tsx +++ b/apps/web/src/App.tsx @@ -1,7 +1,14 @@ function App() { return (
-

🚀 Portfolio

+
+

+ Mein Portfolio +

+

+ Full-Stack Entwickler & DevOps Enthusiast +

+
); }