Footer: Style 2

Start building fast, beautiful and modern looking websites in no time using our theme.

Example


<footer id="footer" class="footer">
    <div class="footer-top py-5">
        <div class="container">
            <div class="text-center">
                <ul class="footer-menu">
                    <li>
                        <a href="#">Home</a>
                    </li>
                    <li>
                        <a href="#">About us</a>
                    </li>
                    <li>
                        <a href="#">Services</a>
                    </li>
                    <li class="logo-delimiter">
                        <a href="#">
                            <img src="PATH_TO_IMAGE" />
                        </a>
                    </li>
                    <li>
                        <a href="#">Work</a>
                    </li>
                    <li>
                        <a href="#">Blog</a>
                    </li>
                    <li>
                        <a href="#">Contact</a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</footer>