Hi, I'm trying to make a simple site with some boxes. I wonder how to do these things:
1. Both boxes should have the same height, no matter which one has more content.
2. The right box should fill out the remaining space (except margin) and be on the right side of the left box. I tried to make its width 100% but that put the box under the left one instead.
Is it possible?