> For the complete documentation index, see [llms.txt](https://owwwlab.gitbook.io/chaos-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://owwwlab.gitbook.io/chaos-docs/basics/footers.md).

# Footers

Footer is the last visible block of the page and it has two important section. Footer main area and footer bottom bar.

Here is the markup for one of Chaos main footers:

```
<footer id="footer" class="dark-wrapper">
    <div id="footer-main">
        <!-- -Main Content for footer-->
    </div>
    <div id="footer-bar">
        <!-- ----Mostly used for copyrights, messages and social icons-->
    </div>
</footer>
```

![footer](https://1019271128-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLV-zTvL3gIREI2fwqd%2F-LLV00pz68a2T7F_RSXi%2F-LLV01hbfrh4vOo29rjf%2Ff1.png?generation=1535987973059752\&alt=media)

Inside the `.footer-main` element, you can place the footer content which is usually a logo with some widgets. footer-bar arear however must be used for small amount of contents like copyright message or social icons.
