Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active March 30, 2024 22:25
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/fdd1e1c89bc0e438bbd0eeee1add7ad0 to your computer and use it in GitHub Desktop.
Save kodetop/fdd1e1c89bc0e438bbd0eeee1add7ad0 to your computer and use it in GitHub Desktop.
Centrado vertical con Grid
.container {
display: grid;
place-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment