移动web开发重点3:justify-content:flex-end和flex-direction: row-reverse的区别

justify-content:flex-end主轴方向的子元素全部贴在主轴的最右边,子元素之间的排列顺序是不变的

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge"
上一篇:CSS的一个小bug,Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.


下一篇:C#枚举相关用法