#container {
width: 200px;
height: 200px;
background: purple;
position: relative;
}
#box {
width: 50px;
height: 50px;
background: pink;
position: absolute;
}
