You can override align-items
with align-self
for a flex item.
I am looking for a way to override justify-content
for a flex item.
If you had a flexbox container with justify-content:flex-end
, but you want the first item to be justify-content: flex-start
, how could that be done?