> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/style/white-space.md).

# 여백

<div align="left"><figure><img src="/files/5fdYhWiJIVqwL4SGxkf6" alt="" width="375"><figcaption></figcaption></figure></div>

**바깥 여백(마진)** : 요소 주변의 여백 공간을 의미해요. 요소와 요소 간의 여백을 조절하기 위해 사용돼요. 기본적으로는 투명하지만 색을 설정할 수도 있어요.

**안쪽 여백(패딩)** : 요소 안쪽의 여백 공간을 의미해요. 주로 버튼, 카테고리, 레이블 등에 테두리 선이나 배경색을 설정해서 사용해요.

* 사람으로 비유했을 때 바깥 여백은 나와 내 옆 사람 사이의 간격, 안쪽 여백은 피부 표면부터 뼈 사이의 간격이라고 생각하면 이해가 쉬워요.&#x20;

> \#빈 공간, #여백 만들기, #위치, #테두리 안, #테두리 바깥, #패딩 ,#마진

2023.08.14 Jinny

**Spacing**

**Outer space**: This denotes the space between the borderline and the edge of the app page. It is utilized to expand the content area.

**Inner space**: This refers to the gap between the content (text, image, icon, etc.) and the borderline. Its purpose is to create separation between the content and the line. Borderlines are invisible unless details are specified.

* Borderlines are the lines that surround building blocks.

2023.07.28 Song


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/style/white-space.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
