Skip to content

Instantly share code, notes, and snippets.

@gurkanakdeniz
Created January 5, 2019 12:06
Show Gist options
  • Save gurkanakdeniz/b47f08967e9fb0766ac9efda85a1e3ec to your computer and use it in GitHub Desktop.
Save gurkanakdeniz/b47f08967e9fb0766ac9efda85a1e3ec to your computer and use it in GitHub Desktop.
center elements in container css
.center-container {
vertical-align: middle;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment