Skip to content

Instantly share code, notes, and snippets.

@mahedi2014
Created January 21, 2020 05:41
Show Gist options
  • Save mahedi2014/44d06a3fa85c025e3d4dd18bc118dff3 to your computer and use it in GitHub Desktop.
Save mahedi2014/44d06a3fa85c025e3d4dd18bc118dff3 to your computer and use it in GitHub Desktop.
middle content class
.middle-content {
text-align: center;
height: 100%;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
display: -moz-box;
-moz-box-pack: center;
-moz-box-align: center;
display: -ms-flexbox;
-ms-flex-pack: center;
-ms-flex-align: center;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment