# Justify Content

How the browser distributes space between and around items.

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

Dropdown options:

\- **Flex start**: Pack flex items from the start.

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

\- **Flex end**: Pack flex items from the end.

\- **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. Start and end gaps are half the size of the space between each item.

\- **Space evenly**: Distribute items evenly. Start, in-between, and end gaps have equal sizes.

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


---

# 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/justify-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.
