ul { display: flex; justify-content: flex-end; /* right align */ li { align-items: center; justify-content: center; flex-direction: row; } }