Footer


A footer is a section at the bottom of a webpage that usually contains links, contact information, social media icons, and copyright details.


Dark Gray Background Footer

<footer class="footer section-gray">
    <div class="footer--cntr">
        <div class="footer--cntr-row">
        <div class="footer-logo">
            <img alt="company logo" title="school name" src="./assets/component-images/240*80px.svg" />
        </div>
        <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
        </div>
    </div>
</footer>