I am currently tackling one of the bootstrap challenges and I find myself at the final stage where I am working on completing the landing page. However, I have encountered a few minor issues with the container in the div as well as the footer.
My main concern is setting up the container with specific dimensions for both height and weight. I am wondering if I need to add additional CSS to target the container?
Additionally, I am looking to create social icons with rounded edges and radius. When I use the code "btn btn-dark btn-floating" along with fab fa-twitter, only a small square appears at the front. Am I missing something in my implementation?
I believe adding padding will be essential to ensure the footer fits all contents in the center of the site.
I would greatly appreciate any advice on how to address these issues and fix them accordingly.
The completion of this project is crucial for me, and I have included a screenshot of what needs to be achieved.
Thank you for your guidance.
Here is my progress so far