Adrian Padmodihardjo
1 min readApr 15, 2019

--

i’d rather use margin/padding/transform property to move my content relative to its static position, rather than using `position:relative` along with `top right bottom left`.

i believe that `position:relative` should only be used to establish ancestor reference for its absolute positioned descendant.

--

--