Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div class="parent">
    <div class="element">first div</div>
    <div class="other">second div</div>
</div>
 
.element { background: yellow }
.other { background: lime }
.parent .element {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 29.03226%;
}
.parent .element:last-child,
.parent .other:last-child {
  margin-right: 0;
}
.parent .other {
  float: left;
  display: block;
  margin-right: 3.22581%;
  width: 29.03226%;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
abeapro
0viewers