placement.css

0.1.0 • Public • Published

placement.css

Functional CSS positioning bundle

setup

npm install placement.css
@import 'node_modules/placement.css/placement';

classes

  • .static
  • .relative
  • .absolute
  • .fixed
  • .sticky
  • .middle vertical center
  • .centre vertical and horizontal center
  • .edge-0
  • .edge-auto
  • .top-0
  • .left-0
  • .right-0
  • .bottom-0
  • .top-auto
  • .left-auto
  • .right-auto
  • .bottom-auto

usage

<div class="relative">
  <p class="absolute centre">I'm centered</p>
</div>
<div class="relative">
  <p class="absolute edge-0">I fill my container</p>
</div>

Package Sidebar

Install

npm i placement.css

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • ryanve