# 6. 블록을 가로로 배치하고 싶어요.

* [그리드](/main/guide/develop_app/4/block/layout/grid.md) 블록을 사용해 주세요. 내부 블록을 정확한 비율로 가로로 배치해 줘요.
* [플렉스](/main/guide/develop_app/4/block/layout/flex.md) 블록을 사용해 주세요. 내부 블록의 크기에 따라 유동적으로 가로 배치돼요.

> \#가로로 배치하기, #가로 배열하기, #가로 정렬하기, #수평으로 정렬하기, #그리드, #플렉스, #줄바꿈, #텍스트 정렬, #가로로 배치하는 방법

2023.07.24 Jinny

**I'd like to display the data (building blocks) horizontally.**

* Kindly utilize grid building blocks and align the data (building blocks) horizontally in the correct proportions.
* Alternatively, utilize the flex building blocks, as they arrange content fluidly and horizontally based on the size of the data (building blocks).

> \#landscape, #horizontal, #grid, #flex, #layout, #text alignment, #landscape method

2023.08.17 Song


---

# 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://docs.ohmyapp.io/main/guide/faq/app-settings/6.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.
