Bootstrap responsive styling

Bootstrap responsive styling

Resize this webpage to see the difference, the responsiveness.

Note: By default, Bootstrap automatically includes the viewport meta tag. This tag is crucial for responsive design on mobile devices, ensuring proper rendering and zooming. It essentially tells the browser how to scale the page to fit the device's screen. But, it is always good mesure to double check this. Otherwse, you will be a lot of headache.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Container fluid (full width)

fluid={true}
Full width until fluid="md"(≥768px). No full width if screen width is higher than 768px.
See codes
<Container fluid={true} style={{backgroundColor: "lightgreen"}}>
    <Row><Col>`fluid={true}`</Col></Row>
</Container>

<Container fluid="md" style={{backgroundColor: "lightblue"}}>
    <Row><Col>Full width until fluid="md"(≥768px). No full width if screen width is higher than 768px.</Col></Row>
</Container>

Column with

Change flexbox direction based on width

Demo

Awards won

Award title
Best cake made in 2019
Award title
Winners of the national cake baking contest
Award title
Most satisfied customers award