html - Stretch div to div which has fixed width -
I have 2 divs inline, one of them has a fixed width. I want the div to fill in second place when the window is adjusted. To clarify the situation, take a look at the picture below:
< / P>
After the resize window, I need to get the next layout:
How can you do this?
You can take advantage of display: table-cell .
Comments
Post a Comment