CSS丨Flex

.box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
posted @ 2021-12-13 13:55  aivsok9  阅读(25)  评论(0)    收藏  举报