Skip to content

Instantly share code, notes, and snippets.

@jupegarnica
Last active December 22, 2020 08:05
Show Gist options
  • Save jupegarnica/a5b187e1a3b9ac03d1fd151a5ca3e638 to your computer and use it in GitHub Desktop.
Save jupegarnica/a5b187e1a3b9ac03d1fd151a5ca3e638 to your computer and use it in GitHub Desktop.
layout-center.css
.parent {
display: grid;
place-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment