Answers for "flexbox send last item to right"

2

flexbox align last item right

apply margin-left: auto 
to the last item
Posted by: Guest on June-08-2021
0

flex send last item to the end

p:last-of-type {
  margin-left: auto;
}
Posted by: Guest on June-08-2021

Code answers related to "flexbox send last item to right"

Browse Popular Code Answers by Language