Guest User

Untitled

a guest
Nov 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <p>1</p>
  2. <p>2</p>
  3.  
  4. body {
  5. padding: 0;
  6. margin: 0;
  7. }
  8. #one {
  9. background: red;
  10. height: 100vh;
  11. overflow: hidden;
  12. }
  13. #two {
  14. height: 100%;
  15. background: #ccc;
  16. display: flex;
  17. flex-direction: column;
  18. justify-content: center;
  19. }
Add Comment
Please, Sign In to add comment