Site de cours HTML CSS

logo html5 et css3

display:flex

flex-direction row-reverse

flex-direction column

flex-direction column-reverse

flex-wrap nowrap

flex-wrap wrap

alignement par le centre

alignement par le haut

alignement par le bas

justify-content center

justify-content flex-start

justify-content flex-end

justify-content space-between

justify-content space-around

Lien vers un guide du Flexbox

CSS Tricks