Answers for "text align justify reactbootstrap"

1

justify-content-center react bootstrap

<Container>
  <Row className="justify-content-center">
    <Col xs lg="2">
      1 of 3
    </Col>
    <Col md="auto">Variable width content</Col>
    <Col xs lg="2">
      3 of 3
    </Col>
  </Row>
</Container>
Posted by: Guest on June-03-2021
0

align left text in reactstrap

className="text-center text-md-right"
Posted by: Guest on April-08-2020

Browse Popular Code Answers by Language