Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div>
  <img src=http://placehold.it/150>
  <img src=http://placehold.it/150>
</div>
 
* {
  box-sizing: border-box;
}
div {
  margin: 0 auto;
  max-width: 300px;
  border: 1px solid red;
}
div:after {
  content: '';
  display: block;
  clear: both;
}
img {
  float: left;
  display: block;
  width: 50%;
}
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers