So i have a problem.
I have 2 divs , they should be one next to another.
They are both wrapped with div that has some max-width : n
.
I put width: 70%
to first div and width: 30%
to second div. I expect them to fill 100% of the parent div. Instead second div breaks to new line.
Here's a jsfiddle example.
https://jsfiddle.net/u5aqhvmj/
EDIT: Please people, I'm trying to solve this problem. I know I can use floats but that isn't part of this discussion.