Last active
March 2, 2026 19:33
-
-
Save codigoconjuan/945f94e41b20fe9bb00e759927267240 to your computer and use it in GitHub Desktop.
Gist Página de Perfil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <main className="max-w-7xl mx-auto mt-10 space-y-5 px-5 lg:p-0 "> | |
| <div className="space-y-7 mt-10"> | |
| <div className="relative size-64 mx-auto aspect-square overflow-hidden rounded-full border border-gray-400"> | |
| <img | |
| alt="Imagen Perfil" | |
| className="object-cover size-64" | |
| priority | |
| /> | |
| </div> | |
| <p className="text-gray-500 text-center text-lg"></p> | |
| </div> | |
| </main> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment