Guest User

Untitled

a guest
Jan 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. .block:before {
  2. content: '';
  3. display: inline-block;
  4. height: 100%;
  5. vertical-align: middle;
  6. margin-right: -0.25em; /* Adjusts for spacing */
  7. }
  8.  
  9. /* The element to be centered, can
  10. also be of any width and height */
  11. .centered {
  12. display: inline-block;
  13. vertical-align: middle;
  14. width: 300px;
  15. }
Add Comment
Please, Sign In to add comment