Presenting my design concept for the footer:
https://i.sstatic.net/kxdXJ.png
Here is the code snippet for the footer design utilizing Bootstrap 4.1.1:
.mainfooter-area {
background: #404044;
padding: 100px 0;
}
...
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" />
<div class="mainfooter-area">
<div class="container-fluid">
<div class="row mx-md-5">
...
</div>
Encountering a challenge with right alignment in the footer bar while the text remains left-aligned.
Appreciate any assistance or insights.