css 样式 ,高度100%填充

发布时间 2023-12-07 09:05:45作者: 欣欣点灯

css 样式 ,高度100%填充

    .metable {
        width: 100%;
        height: 100vh;
        background-color: deepskyblue;
        font-size: 48px;
        text-align: center;
        border-width: 0px 1px 1px 0px;
    }