Answers for "flex: 0 1 auto"

CSS
0

flex: 0 1 auto

/* this is shorthand */
  flex: 0 1 auto;

  /* for this */
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language