CSS Positioned Layout is a module of CSS that defines how to position elements on the page.
Table of Contents (click to expand)
Centers a element absolutely on any or multiple planes
- Group: General
- Access: public
- Since: 0.1.0
Name | Type | Description | Default |
---|---|---|---|
$position |
String | The position or plane to center | null |
.example {
@include center();
}
- Mark Otto