#box1{
  float: left;
  background: green;
  color: white;
  /* beri width agar hasil dari floatnya terasa */
}

#box2{
  background: purple;
  color: white;
}