Skip to content

Instantly share code, notes, and snippets.

@mujsdev
Last active December 3, 2022 16:46
Show Gist options
  • Save mujsdev/1c6944d5ce07864fd47a9d163311f695 to your computer and use it in GitHub Desktop.
Save mujsdev/1c6944d5ce07864fd47a9d163311f695 to your computer and use it in GitHub Desktop.
.table {
display: table;
}
.table p {
display: table-cell;
text-align: center; /* x-axis */
vertical-align: middle; /* y-axis */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment