given a HTML of:
1 2 3
You can use left and float: left;
left
float: left;
.class { position: relative; float: left; width: 25%; } .class:nth-child(1) { left: 75%; } .class:nth-child(2) { left: 25%; } .class:nth-child(3) { left: -25%; } .class:nth-child(4) { left: -75%; }