CSS Explorer

CSS Explorer: Flexbox

1
2
3
4
flex-direction:
justify-content
align-items
flex
      {
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
      }