Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Last active March 2, 2026 19:33
Show Gist options
  • Select an option

  • Save codigoconjuan/945f94e41b20fe9bb00e759927267240 to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/945f94e41b20fe9bb00e759927267240 to your computer and use it in GitHub Desktop.
Gist Página de Perfil
<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