Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active March 30, 2024 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kodetop/213d59b613b9f070b11cf5d2246751d4 to your computer and use it in GitHub Desktop.
Save kodetop/213d59b613b9f070b11cf5d2246751d4 to your computer and use it in GitHub Desktop.
Centrado vertical con Flex
.container {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment