Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. html, body {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. }
  6.  
  7. html {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. body {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement