Here’s how you do it:
#container {
display: flex;
justify-content: space-between;
}
.flexItem:nth-child(1):nth-last-child(1) {
margin: 0 auto;
}
Here’s how you do it:
#container {
display: flex;
justify-content: space-between;
}
.flexItem:nth-child(1):nth-last-child(1) {
margin: 0 auto;
}