modify_Ответ_01_codeforum.org_06_wesleyhindley_Вопрос.
by User65659
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
</head>
<!-- === === === BODY === === === === === === === === === === === -->
<body>
<div class="container-fluid position-relative fz-wrap bg-primary">
<div class="row h-100 align-items-center bg-primary">
<div class="text-center bg-primary">
<img class="mx-auto d-flex rounded img-fluid" src="images/lrg-img.jpg" alt="">
</div>
</div>
<div class="fz-brand-band bg-primary">
<div class="row align-items-center">
<div class="col-12 col-md-4 text-center fz-brand-1">
<img class="mx-auto d-flex rounded img-fluid" src="images/img-1.png" alt="">
</div>
<div class="col-12 col-md-4 text-center fz-brand-2">
<img class="mx-auto d-flex rounded img-fluid" src="images/img-2.png" alt="">
</div>
<div class="col-12 col-md-4 text-center fz-brand-3">
<img class="mx-auto d-flex rounded img-fluid" src="images/img-3.png" alt="">
</div>
</div>
</div>
</div>
<div class="p-2 bg-danger">
Footer
</div>
<!-- Bootstrap 5 Scripts -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>