Guest User

Untitled

a guest
May 20th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 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>
Add Comment
Please, Sign In to add comment