This is the container

This is the inner box.

It uses absolute positioning in the CSS to shift its position. Here is the relevant CSS:

position: absolute;
left: 50px;
top: 50px;

So you see that its position is shifted relative to the top-left corner of the browser window.