Efecto 3D

This commit is contained in:
Your Name
2025-03-03 07:34:40 -06:00
parent cfd9385702
commit 58f6610ea7
4 changed files with 45 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
<title>Vite + React + TS</title>
</head>
<body>
<div class="min-h-screen bg-blue-50 flex flex-col items-center justify-center p-5 gap-20" id="root"></div>
<div class="min-h-screen bg-blue-800 flex flex-col items-center justify-center p-5 gap-20" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>