1- position the div (set position to anything other than static)
2- set the child elements position to absolute with display block, or inline-block.
3- either use translate (faster but can jitter) or top/left (slower) based on some value like offsetTop, scrollTop , boundingClientRect etc.