Skip to content

Instantly share code, notes, and snippets.

@kbk0125
Created October 21, 2016 01:05
Embed
What would you like to do?
.myPlannedTrip{
display:flex;
align-items:center;
justify-content: center;
}
.point4{
align-self:flex-start;
}
.point3{
order:2;
}
.point5{
order:3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment