Advertisement
Guest User

Untitled

a guest
May 6th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. .vertical-center {
  2. height:65%;
  3. width:100%;
  4. text-align: center; /* align the inline(-block) elements horizontally */
  5. font: 0/0 a; /* remove the gap between inline(-block) elements */
  6. }
  7.  
  8. .vertical-center:before { /* create a full-height inline block pseudo=element */
  9. content: " ";
  10. display: inline-block;
  11. vertical-align: middle; /* vertical alignment of the inline element */
  12. height: 45%;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement