Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css last item should be flex end

Setting an automatic left margin for the Last Item will do the work.

.last-item {
  margin-left: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #item #flex
ADD COMMENT
Topic
Name
9+4 =