display: flex;
Item:margin: 10px;padding: 5px;
display: flex;
height: 200px;
Item:margin: 10px;padding: 5px;
display: flex;
height: 200px;
Item:margin: 10px;padding: 5px;
display: flex;
flex-direction: column;
height: 200px;
Item:margin: 10px;padding: 5px;
display: flex;
plex-direction: column-reverse;
height: 250px
margin: 10px;padding: 5px;
display: flex;
justify-content: flex-start;
margin: 10px;padding: 5px;
display: flex;
justify-content: center;
flex-direction: column-reverse;
height: 200px;
margin: 10px;padding: 5px;
Alternative: space-between
display: flex;
justify-content: space-around;
flex-direction: row;
height: 50px;
margin: 10px;padding: 5px;
Alternative: space-around
align-items möglichkeiten: start center end stretch (stretch ist default)
Box:display: flex;
justify-content: space-around;
flex-direction: row;
align-items:center;
height: 120px;
margin: 10px;padding: 5px;
space between
) und align-items: center; VERTIKALalign-items möglichkeiten: start center end stretch (stretch ist default)
Box:display: flex;
justify-content: space-between;
flex-direction: column;
align-items:center;
height: 300px;
width: 200px
margin: 10px;padding: 5px;
space between
) und align-items: flex-end; VERTIKALalign-items möglichkeiten: start center flex-end stretch (stretch ist default)
Box:display: flex;
justify-content: space-between;
flex-direction: column;
align-items:flex-end;
height: 300px;
width: 200px
margin: 10px;padding: 5px;
flex-wrap: wrap
Box:
display: flex;
flex-direction: row;
flex-wrap:wrap;
margin: 11px;padding: 5px;width: 200px; border:solid grey;