Documentation Showcase Donations Github Discord Login Sign up

Components

Utilities

Fonts

Showcase

Donations

Login

Sign up

Github

Discord

Components

Utilities

Fonts

The Outsider

...

The Outsider, is very usefull to build absolute positionning.

You can give it any position attribute (absolute, fixed, sticky, relative) and then specify its position with top, bottom, left, right.

  • position: the position value of the Outsider, you can use any value allowed in css (absolute, fixed, sticky, relative).
  • top: the top position value.
  • bottom: the bottom position value.
  • left: the left position value.
  • right: the right position value.

Examples

A simple example to show you how to set an element in the right top corner of its parent with the Outsider:

1

Hello

Hello

Hello

Hello

Hello

Here, the Outsider is sticky, so if you scroll you will see the Outsider sticked to the top of its parent.

1

Hello

Hello

Hello