Watch The End of the F***ing World Season 1 English Subtitles | Watch Full Episodes
Sex Education Episode 2 Subtitled
The End of the F***ing World Season 1
YTS (YIFY Movies) – films downloaden in hoge kwaliteit.
Videos are for evaluation purposes only. If you find wrong copyright content, please contact us and we will remove it.Q:
How to ignore the space between.item's in display flex?
I have used the follow code for display flex:
.container {
display: flex;
align-items: stretch;
flex-flow: row wrap;
margin: auto;
border: 1px solid black;
}
But the result is shown as below:
I have tried the follow code but couldn't get the result.
.container {
display: flex;
align-items: stretch;
flex-flow: row wrap;
margin: auto;
border: 1px solid black;
.item {
display: flex;
}
}
A:
you can use flex-wrap
.container {
display: flex;
flex-flow: row wrap;
margin: auto;
border: 1px solid black;
}
here is some text
here is some text
here is some text
here is some text
here is some text
here is some text
here is some text
here is some text
here is some text be359ba680
Related links:
Comments