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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -