Having an issue here.
I'm working with 2 divs that should be displayed side by side.
Both are enclosed in a div with max-width : n
.
I set width: 70%
to the first div and width: 30%
to the second div, expecting them to fully occupy the parent div. However, the second div is breaking to a new line.
Check out this example on jsfiddle.
https://jsfiddle.net/u5aqhvmj/
UPDATE: Just focusing on finding a solution for this specific issue. I am aware of using floats but let's keep that aside for now.