CSS Flexbox Preview
#flexbox {   display: flex;
   flex-direction: 
;
   flex-wrap: 
;
   justify-content: 
;
  align-items: 
;
  align-content: 
;
}

.flex-item {
}

.flex-item:nth-child(3) {
  align-self: 
;
  order: 
;
}
1
2
3
4
5
6
7
8