<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Appropriate" content material="IE=edge">
<meta title="viewport" content material="width=device-width, initial-scale=1.0">
<hyperlink href=
rel="stylesheet">
<script src=
</script>
</head>
<physique>
<div class="container text-center ">
<h1 class="text-success">GeeksforGeeks</h1>
<h5>Bookstrap5 Columns Vertical alignment</h5>
</div>
<div class="container">
<div class="row align-items-center border bg-light"
fashion="top:120px;">
<div class="col border p-2 text-bg-secondary">
Good day Geeks
</div>
<div class="col border p-2 text-bg-primary">
Good day Geeks
</div>
<div class="col border p-2 text-bg-dark">
Good day Geeks
</div>
</div>
<div class="row align-items-end border bg-light"
fashion="top:120px;">
<div class="col border p-2 text-bg-info">
Good day Geeks
</div>
<div class="col border p-2 text-bg-warning">
Good day Geeks
</div>
<div class="col border p-2 text-bg-success">
Good day Geeks
</div>
</div>
</div>
</physique>
</html>