#box {
  width: 100px;
  height: 100px;
  background: blue;
}
#box {
  margin-left: 100px;
}
