Guest User

Untitled

a guest
Sep 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .flex-container {
  2. display: flex;
  3. background: #ffffff;
  4. flex-wrap: wrap;
  5. flex-flow: row;
  6. height: 600px;
  7. align-items: center;
  8. justify-content: center
  9.  
  10. }
  11. .box {
  12. height: 100px;
  13. flex: 0 0 100px;
  14. }
Add Comment
Please, Sign In to add comment