michael2
9/11/2017 - 1:32 AM

flex-end

flex-end

   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
           
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
           justify-content: flex-end;
           
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;