Expand a div to fill the remaining width

前端 未结 21 1188
一生所求
一生所求 2020-11-21 22:21

I want a two-column div layout, where each one can have variable width e.g.

21条回答
  •  囚心锁ツ
    2020-11-21 23:04

    You can use W3's CSS library that contains a class called rest that does just that:

    
    
    

    150px

    w3-rest

    Don't forget to link the CSS library in the page's header:

    
    

    Here's the official demo: W3 School Tryit Editor

提交回复
热议问题