<test></test>
test {
	background: LimeGreen;
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px Green;
	min-height: 100px; min-width: 100px;

	position: absolute [ibe] 20px;
}

/*

Position Offset      | Identifier | Legacy Properties
-------------------- | ---------- | -----------------
Inline               | `i`        | left,right
Block                | `b`        | top,bottom
Start                | `s`        | left,top
End                  | `e`        | right,bottom
Inline Start         | `is`       | left,
Inline End           | `ie`       | right
Block Start          | `bs`       | top
Block End            | `be`       | bottom
Inline Start + Block | `isb`      | left,top,bottom
Inline End + Block   | `ieb`      | right,top,bottom
Inline + Block Start | `ibs`      | left,right top
Inline + Black End   | `ibe`      | left,right,bottom
All Offsets          | (empty)    | left,right,top,bottom

*/

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. //codepen.io/jonneal/pen/a45124a8a4917234dcad36b00e662926.js