how to reduce the div height

前端 未结 4 737
清酒与你
清酒与你 2021-01-23 20:44
4条回答
  •  广开言路
    2021-01-23 21:23

    You need to use max-height not min-height!

    div{
    max-height: 100px;
    height: 100%;
    }
    

提交回复
热议问题