Tailwind CSS eingerichtet
Deploy Portfolio Selfmade / deploy (push) Successful in 13s

This commit is contained in:
2026-05-10 14:11:47 +02:00
parent 9950c32a8e
commit e85ce6a67b
+8 -1
View File
@@ -1,7 +1,14 @@
function App() { function App() {
return ( return (
<div className="min-h-screen bg-black text-white flex items-center justify-center"> <div className="min-h-screen bg-black text-white flex items-center justify-center">
<h1 className="text-4xl font-bold">🚀 Portfolio</h1> <div className="text-center">
<h1 className="text-7xl font-bold mb-4 bg-gradient-to-r from-emerald-400 to-cyan-400 text-transparent bg-clip-text">
Mein Portfolio
</h1>
<p className="text-xl text-gray-400">
Full-Stack Entwickler & DevOps Enthusiast
</p>
</div>
</div> </div>
); );
} }