Applies fixed alignment to an element.
fixed('tl') // Returns... Copy
fixed('tl') // Returns...
{ bottom: unset; left: 0; margin: 0; position: fixed; right: unset; top: 0;} Copy
{ bottom: unset; left: 0; margin: 0; position: fixed; right: unset; top: 0;}
Alignment style.
CSS string.
Applies fixed alignment to an element.
Example