CSS Item Terakhir harus flex end
Setting an automatic left margin for the Last Item will do the work.
.last-item {
margin-left: auto;
}
Open Osprey
Setting an automatic left margin for the Last Item will do the work.
.last-item {
margin-left: auto;
}