Guest User

Untitled

a guest
May 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <div style={{
  2. flex: 1,
  3. flexDirection: 'column',
  4. justifyContent: 'center',
  5. }}>
  6. <div style={{width: 50, height: 50, backgroundColor: 'powderblue'}} />
  7. <div style={{width: 50, height: 50, backgroundColor: 'skyblue'}} />
  8. <div style={{width: 50, height: 50, backgroundColor: 'steelblue'}} />
  9. </div>
  10.  
  11. <div
  12. style={{
  13. flexFlow: "row nowrap",
  14. justifyContent: 'center',
  15. }}
  16. >
  17. <div style={{width: 50, height: 50, backgroundColor: 'powderblue'}} />
  18. <div style={{width: 50, height: 50, backgroundColor: 'skyblue'}} />
  19. <div style={{width: 50, height: 50, backgroundColor: 'steelblue'}} />
  20. </div>
Add Comment
Please, Sign In to add comment