> For the complete documentation index, see [llms.txt](https://nextgencss.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextgencss.gitbook.io/untitled/components/footer.md).

# Footer

## Footer

* [<mark style="color:red;background-color:red;">**Tip : Use Footer at the end**</mark> ](#user-content-fn-1)[^1]

```html
<!--Footer-->
    <footer class="bg-leaf">
        <div class="social">
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
            <a href="#"><i class="icon"></i></a>
        </div>
        <ul class="list-inline">
            <li class="list-inline-item font-white"><a href="#">Home</a></li>
            <li class="list-inline-item font-white"><a href="#">Services</a></li>
            <li class="list-inline-item font-white"><a href="#">About</a></li>
            <li class="list-inline-item font-white"><a href="#">Terms</a></li>
            <li class="list-inline-item font-white"><a href="#">Privacy Policy</a></li>
        </ul>
        <div class="font-white">
            <p class="copyright">Company Name © 20xx</p>
        </div>
    </footer>
```

<figure><img src="/files/3QhA5SDw0XTcLaMgOHMB" alt=""><figcaption><p>O/P Footer</p></figcaption></figure>

[^1]: You can see on Example pages
