.container {
display: flex;
flex-direction: column; //this will allow flex-end to move item to the right align-items: center;
}
.right-item {
align-self: flex-end;
}
.container {
display: flex;
flex-direction: column; //this will allow flex-end to move item to the right align-items: center;
}
.right-item {
align-self: flex-end;
}
.container {
display: flex;
flex-direction: column; //this will allow flex-end to move item to the right
align-items: center;
}
.right-item {
align-self: flex-end;
}
.container {
display: flex;
flex-direction: column; //this will allow flex-end to move item to the right
align-items: center;
}
.right-item {
align-self: flex-end;
}