How to make CSS width to fill parent?

前端 未结 5 454
天命终不由人
天命终不由人 2020-12-13 11:32

I am sure this problem has been asked before but I cannot seem to find the answer.

I have the following markup:

5条回答
  •  感情败类
    2020-12-13 12:18

    Use the styles

    left: 0px;
    

    or/and

    right: 0px;
    

    or/and

    top: 0px;
    

    or/and

    bottom: 0px;
    

    I think for most cases that will do the job

提交回复
热议问题