Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <Row className="show-grid text-center">
  2. <Col xs={12} sm={4} className="person-wrapper">
  3. <Image src="assets/image.jpg" circle className="profile-pic"/>
  4. <h3></h3>
  5. <Link to="/place">
  6. <Button bsStyle="primary">click</Button>
  7. </Link>
  8. </Col>
  9. <Col xs={12} sm={4} className="person-wrapper">
  10. <Image src="assets/image1.jpg" circle className="profile-pic"/>
  11. <h3></h3>
  12. <Link to="/place">
  13. <Button bsStyle="primary">click</Button>
  14. </Link>
  15. </Col>
  16. </Row>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement