div水平居中且垂直居中

<style>
    .vertical-center{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
</style>
相關文章
相關標籤/搜索