<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
*/
This Pen doesn't use any external CSS resources.