2 column CSS div with stretchable height
问题 Related (possibly duplicate) questions : How do I achieve equal height divs with HTML / CSS ? Make Two Floated CSS Elements the Same Height Hello, every one, I tried for hours to create a stretchable 2 columns div but without any luck. here is my html code and my css code below it <div class="two_cols_container"> <div class="two_cols"> <div class="left-col"> test </div> <div class="right-col"> test </div> </div> </div> my css code is .two_cols_container { width: 100%; height: 100%; } .two