#container {
  position: relative;
  border: 1px solid gray;
  width: 265px;
  height: 50px;
  margin-top: 20px;
}

#element {
  width: 50px;
  height: 50px;
  background-color: green;
  position: absolute;
  left: 0;
  top: 0;
}
