How can multiple (dynamically sized) divs share 100% width?

前端 未结 3 1765
难免孤独
难免孤独 2021-01-19 16:40

I\'ve got following html structure:

3条回答
  •  温柔的废话
    2021-01-19 17:12

    @RoToRa: Thanks for the tip. I guess this is the final solution for this problem:

    Distribute 70:30

    
    

    Solution, where the first input field grabs all excess space, and the final input field has fixed width:

    
    

提交回复
热议问题