<insert kompromissløs selv promotering her>
sin status
kan deles i 2
.my-container {
display: flex;
}The magic word!
.my-container {
flex-direction: row;
flex-wrap: wrap;
//COMBO!
flex-flow: row wrap;
}.my-container {
justify-content: space-between;
}.my-container {
align-items: baseline;
}.my-container {
align-content: flex-end;
}.my-container {
display: flex;
.my-item {
flex: 1;
align-self: flex-end;
}
}Flexbox Froggy
ellers
anbefaler jeg
Takk for meg