image not found

Bootstrap latest Version 5.3 Example Row and Col

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Latest Bootstrap 5 Version </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body class="bg-white">
<div class="container-fluid p-2 bg-info text-center text-white">
<h1>Our Bootstrap 5 Page Hero Serction</h1>
<p>Auto Resize and Full Responsive Html Page to see Changes!</p>
</div>
<div class="container mt-5">
<div class="row">

<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 col-12 p-1 shadow-sm border-bottom mb-1">
<h3>Title Column One</h3>
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)....</p>
<p>injected humour and the like.....</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 col-12 p-1 shadow-sm border-bottom mb-1">
<h3>Title Column Two</h3>
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)....</p>
<p>injected humour and the like.....</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 col-12 p-1 shadow-sm border-bottom mb-1">
<h3>Title Column Three</h3>
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)....</p>
<p>injected humour and the like.....</p>
</div>

</div>
</div>

</body>
</html>




Comments (2 )

1
26 Jun 2024

1.

1
26 Jun 2024

1.

Leave A Comment