A margin trick
As I mentioned earlier, there is no justify-items in Flexbox because it simply doesn’t make sense with the way Flexbox works.
However, we can simulate a justify-self by using margin: auto on elements!
As I mentioned earlier, there is no justify-items in Flexbox because it simply doesn’t make sense with the way Flexbox works.
However, we can simulate a justify-self by using margin: auto on elements!