I am trying to display the section "resume-section" in the center of the screen vertically but it doesn't work as I expect it to.
I tried to use "my-auto" in another div tag and also tried to customize css to include auto margin top and bottom.
<div class="container-fluid">
<section class= "resume-section d-flex d-column my-auto" id="about">
<h1> ANUPAM <span style="color:#E55707">ANAND </span></h1>
<div class="subheading mb-5"><h4>3096, Sector- */*, BOKARO STEEL CITY, 827004. **********.<span style="color:#E55707"> anupamanand858@gmail.com. </span> <h4> </div>
<p class="lead mb-5"> I've experience in programming in several programming languages. I also have been working on Machine learning for some time now.
I've also experience in developing some android apps.This website is my first project using BootStrap for frontend and Django for backend. </p>
<div class="social-icons ">
<a href="#"> <i class="fab fa-linkedin"></i> </a>
<a href="#"> <i class="fab fa-github-square"></i> </a>
<a href="https://instagram.com/_anupamanand_"> <i class="fab fa-instagram"></i> </a>
</div>
</section>
</div>