# Using alignments You can align items inside `flex` and `grid` layouts. ## Align a component relative to its container with `align-self` ## Align the content of a component with `align-text` ```vue-html ```