Guest User

Untitled

a guest
Oct 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .parent {
  2. width: 150px;
  3. height: 150px;
  4. background: yellow;
  5. text-align: center;
  6. }
  7.  
  8. .flex {
  9. display: inline-flex;
  10. margin: auto;
  11. justify-content: center;
  12. background: blue;
  13. }
Add Comment
Please, Sign In to add comment