this is my code: http://jsfiddle.net/Loaz7gcu/
I have three inputs which should fit on one line, equaling 100% but instead one sits on the next line. I have cleared all the margins and padding but still no luck. What am I doing wrong here?
My example CSS:
* {
margin: 0;
padding: 0
}
.one {
width: 30%;
margin-right: 10%
}
.two {
width: 30%;
margin-right: 10%
}
.three {
width: 20%
}