Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .div_overlay {
  2. position: absolute;
  3. overflow: hidden;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. right: 0;
  8. display: flex;
  9. }
  10. .div_body {
  11. background: chocolate;
  12. color: white;
  13. margin: auto;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement