<< Go back

Fixed bottom footer



This is example uses fixed and therefore shows the element at the bottom of the page.

Fixed

Footer content

<footer class="fixed right-0 bottom-0 left-0 bg-black py-6 mt-10">
  <div class="container mx-auto px-6 fhd:px-16">
      <p>Footer content</p>
  </div>
</footer>