# Align Content

\*has no effect on single line flex containers (i.e. ones with flex-wrap: nowrap)\*

Sets the distribution of space between and around items.<br>

<figure><img src="/files/VN9arddckC8Eh97VKE1D" alt=""><figcaption></figcaption></figure>

Dropdown options:

\- **Flex Start:** The items are packed flush to each other against the edge of the alignment container depending on the flex container's cross-start side. This only applies to flex layout items. For items that are not children of a flex container, this value is treated like start.

-**Flex End:** The items are packed flush to each other against the edge of the alignment container depending on the flex container's cross-end side. This only applies to flex layout items. For items that are not children of a flex container, this value is treated like end.

\- **Centre**: Pack items around the center.

\- **Space-between**: Distribute items evenly. The first item is flush with the start, and the last is flush with the end.

\- **Space-around**: Distribute items evenly. Items have a half-size space on either end.

\- **Stretch**: Distribute items evenly. Stretch 'auto'-sized items to fit the container.

[Try a demo](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content#try_it)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://helpwith.salesorder.com/trade-acceleration-portal-2.0/tap-ux/blocks/block-configurations/flex-box-settings/align-content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
