I have four elements within a div and want to space them out evenly in the available space. What technique is considered best practice for responsive design in this case?
For each element, I am using:
height: 75px;
width: 75px;
border-radius: 50%;
margin-right: 20px;
JS Fiddle: http://jsfiddle.net/adnanymous/9yYZJ/