Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS 修炼:FLEXBOX FROGGY 游戏 #118

Closed
JimmyLv opened this issue Dec 6, 2016 · 2 comments
Closed

CSS 修炼:FLEXBOX FROGGY 游戏 #118

JimmyLv opened this issue Dec 6, 2016 · 2 comments

Comments

@JimmyLv
Copy link
Owner

JimmyLv commented Dec 6, 2016

@JimmyLv
Copy link
Owner Author

JimmyLv commented Apr 16, 2017

刚好 Udacity #104 课程里面也有一章节专门写 CSS 框架的!

@JimmyLv JimmyLv self-assigned this Apr 16, 2017
@JimmyLv JimmyLv added this to the 04/2017 Schedule milestone Apr 16, 2017
@JimmyLv JimmyLv removed their assignment Aug 21, 2017
@JimmyLv JimmyLv removed this from the 06/2017 Schedule milestone Aug 21, 2017
@JimmyLv JimmyLv changed the title CSS 修炼 CSS 修炼:FLEXBOX FROGGY 游戏 Aug 29, 2017
@JimmyLv JimmyLv closed this as completed Jan 26, 2018
@JimmyLv
Copy link
Owner Author

JimmyLv commented Jan 26, 2018

Flex:Flexible Box “弹性盒子”

Pasted Image 1.png

Container Property

flex-direction: row | row-reverse | column | column-reverse flex-wrap: nowrap | wrap | wrap-reverse
flex-flow: (<flex-direction> || <flex-wrap>)
justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly
align-items: flex-start | flex-end | center | baseline | stretch
align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch

Item Property

order: <number>
flex-grow: <number>
flex-shrink: <number>
flex-basis: content | <'width'>
flex: (flex-grow, flex-shrink and flex-basis)
align-self: auto | flex-start | flex-end | center | baseline | stretch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant