Container inline-block once again
问题 Look at this I would like to make a main container that has 2 sub containers - left and right (each 50% of the screen width). Left must contain a photo. The right one must contain the text (h2 and p directly below). The text should be halfway up the image. I need it to describe the products in the store. I was trying this div { border: 1px solid #CCC; } <div style="display: inline">a</div> <div style="display: inline">b</div> <div style="display: inline">c</div> but in this case I could not