PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved
selective-select

Mar 29th, 2017 06:01 AM

What should I do to make the footer sticky ? Thanks !

mark

Mar 29th, 2017 06:09 AM

You can try this fiddle.

learnthe-new

Mar 20th, 2019 08:56 AM

use the CSS position property i.e to be fixed.

Example: footer{postion: fixed;}