Unidentified
CSS Homework
JS Homework
SideWorks
Clock
ShowStyle
GitHub icon
display : flex;
Red box
set
display
:
flex
and set...
justify-content
space-between
space-around
space-evenly
flex-start
center
flex-end
1
2
3
align-items
flex-start
center
flex-end
1
2
3
flex-direction
row
row-reverse
column
column-reverse
1
2
3
flex-wrap
wrap
wrap-reverse
nowrap
1
2
3
4
5
6
7
8
Center/Middle
Red box
is a regular
DIV
box, and
Purple cube
is
display
:
inline-block
vertical-align
vertical-aling attribute only applies on inline items.
h:200px
this is inline text for reference.
top
text-top
middle
text-bottom
bottom
text-align
left
center
right
Hello