Feo CSS v2.4.0
  • Introduction
  • What is Feo CSS?
  • Getting started
  • Design tokens
  • Themes
  • Credits
  • Layout
  • Center
  • Cluster
  • Dialog
  • Holy grail
  • Masonry
  • Pancake
  • Sidebar
  • Stack
  • Switcher
  • Tiles
  • Utilities
  • Token-based
  • Flexbox, grid and gap
  • Others
  • Position
  • Typography
  • Made with ♥️ by Crinkles

Utilities > Position

Feo CSS facilitates a few utility classes around the position properties.

  • .fixed: sets position: fixed;.
  • .absolute: sets position: absolute;.
  • .relative: sets relative: relative;.
  • .sticky: sets position: sticky;, including -webkit-sticky as a prefix for Safari.

Coordinates

  • .post-0: sets top: 0;.
  • .posb-0: sets bottom: 0;.
  • .posl-0: sets left: 0;.
  • .posr-0: sets right: 0;.
  • .pos-0: combines all of the above.
Outline: Coordinates
Category:
Utilities
Source:
https://github.com
Last modified:
4/30/2022, 12:45:00 PM