How to make child divs always fit inside parent div?

后端 未结 11 669
北海茫月
北海茫月 2020-12-08 09:13

My question is if there is a way, without using JavaScript, to cause child divs to extend to the borders of their parent, without exceeding those borders, when you cannot kn

11条回答
  •  感情败类
    2020-12-08 09:43

    For closure, I think the answer to this question is that there is no solution. The only way to get the behavior I want is with javascript.

提交回复
热议问题