Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 849 Bytes

File metadata and controls

36 lines (23 loc) · 849 Bytes

Positioning

CSS Positioned Layout is a module of CSS that defines how to position elements on the page.

Table of Contents (click to expand)

center

Centers a element absolutely on any or multiple planes

  • Group: General
  • Access: public
  • Since: 0.1.0

Parameters

Name Type Description Default
$position String The position or plane to center null

Examples

.example {
  @include center();
}

Author(s)

  • Mark Otto