CSS Flex Beispiele - Example Code

Flex Container & Items:



.FlexContainer {

  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.FlexItem {
  order: 0;
  flex-grow: 0; 
  flex-shrink: 1;
  flex-basis: 20%;

}



 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare