5c8e6 No.291
hey fellow css masters! just discovered this neat trick with flexbox: you can use `align-self` property to adjust the alignment of an individual item within a flex container. for example, `.item { align-self: center; }` will center an item vertically even if the container is set to stretch or wrap! hope this helps!