DIV 內的元件水平垂直置中CSS

 


        display: flex;

        justify-content: center; /* 水平置中 */

        align-items: center; /* 垂直置中 */

留言