何时使用最大宽度:无块?

时间:2019-07-09 10:30:43

标签: css

我探索了包含以下内容的第三方CSS代码:

{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 320px;
    padding: 40px 20px 40px 40px;
    max-width: none;
    max-height: none;
}

为什么我们使用max-width: none进行屏蔽?

1 个答案:

答案 0 :(得分:0)

max-widthmax-height的默认值为。无表示没有最大宽度。这是默认设置。在这种情况下,没有值可以解释为未设置