zoukankan      html  css  js  c++  java
  • CSS Flex

    For Containers:

    justify-content: how the flex items will be aligned along main axis
    options: flex-start | flex-end | center | space-between | space-around | space-evenly

    align-items: how the flex items will be aligned along cross axis
    options: flex-start | flex-end | center | baseline | stretch

    align-content: which only applies when there is more one row of flex items,
    in that case, align-content controls how the rows aligned along cross axis
    if there are some empty space.
    options: flex-start | flex-end | center | space-between | space-around | stretch

  • 相关阅读:
    UVa 1605
    UVa 120
    UVa 10384
    UVa 11694
    UVa 11846
    常用小函数
    【DP】:CF #319 (Div. 2) B. Modulo Sum
    类的无参方法
    类和对象
    七言
  • 原文地址:https://www.cnblogs.com/skating/p/9210556.html
Copyright © 2011-2022 走看看