Imagine having an unordered list with 5 list items. The list items have been styled to display: inline-block
in order for them to stack horizontally, left aligned.
However, the challenge arises when you desire the very last list item to be right aligned. Is there a clever solution to achieve this without relying on float?