适合入门学习Flex布局,可以熟悉Flex相关属性的用法,游戏一共24关,每关把所有颜色青蛙移动到对应颜色荷叶上即可过关,后面附加有答案。
欢迎来到Flexbox Froggy。在游戏中你会靠写CSS代码来帮助青蛙和他的朋友们!
网址如下:http://flexboxfroggy.com/#zh-cn
答案如下:
第1关:
justify-content:flex-end;
第2关:
justify-content:center;
第3关:
justify-content:space-around;
第4关:
justify-content:space-between;
第5关:
align-items:flex-end;
第6关:
justify-content:center;
align-items:center;
第7关:
justify-content:space-around;
align-items:flex-end;
第8关:
flex-direction:row-reverse;
第9关:
flex-direction:column;
第10关:
flex-direction:row-reverse;
justify-content:flex-end;
第11关:
flex-direction:column;
justify-content:flex-end;
第12关:
flex-direction:column-reverse;
justify-content:space-between;
第13关:
justify-content:center;
align-items:flex-end;
flex-direction:row-reverse;
第14关:
order:1;
第15关:
order:-1;
第16关:
align-self:flex-end;
第17关:
order:1;
align-self:flex-end;
第18关:
flex-wrap:wrap;
第19关:
flex-direction:column;
flex-wrap:wrap;
第20关:
flex-flow:column wrap;
第21关:
align-content:flex-start;
第22关:
align-content:flex-end;
第23关:
flex-direction:column-reverse;
align-content:center;
第24关:
flex-direction:column-reverse;
flex-wrap:wrap-reverse;
justify-content:center;
align-content:space-between;