Imagine I have two container elements named container1
and container2
.
First, I assign a width of 30% to container1
and 60% to container2
. Then add a border between the two containers.
However, when I attempt to print, container1
takes up the full 100% of the page.
You can check out this jsfiddle link for better understanding.
Could someone please offer assistance?