我是一個CSS/HTML自動學習者,道歉,如果我的問題是愚蠢的。div與最小寬度增長與它的內容
我想要一個最小寬度爲40%的div,其內容是合理的,但是當更多的項目將被添加到這個div中時,它的寬度會相應增加。
這是我到目前爲止有:
.hcontainerbutton {
display: flex;
width: 40%;
background-color: blue;
align-items: center;
justify-content: space-around;
right: 30%;
left: 30%;
position: absolute;
bottom: 0!important;
}
都與width:40%
或min-width:40%
如果我添加更多的項目到它
對於我們能夠正確回答不猜測,添加一個工作代碼段。 – LGSon