New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nib-styles/sticky-footer

Package Overview
Dependencies
Maintainers
16
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nib-styles/sticky-footer

Simple flexbox sticky footer by adding two classes

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
16
Weekly downloads
 
Created
Source

Simple flexbox sticky footer by adding two classes

Installation

npm install --save @nib-styles/sticky-footer

Usage

Add sticky class to the direct parent element wrapping both the div you wish to expand and the footer.

Add sticky__content class to the element you wish to expand to take up the remaining space on the page and push the footer to the bottom.

<div class=sticky">
    <header></header>
    <div class="sticky__content"></div>
    <footer></footer>
 </div>

FAQs

Package last updated on 12 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc