> For the complete documentation index, see [llms.txt](https://docs.cwicly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwicly.com/design/margin-and-padding.md).

# Margin & Padding

## Padding

The Padding property allows you to specify individually or globally the space that separates the content of an element from its border on each side.

{% hint style="danger" %}
Padding is not to be confused with Margin. The first one adds space inside the element, the other one adds space outside it.&#x20;
{% endhint %}

* Select a block.
* Open the Block Inspector.
* Navigate to the Design tab.
* Open the margin and padding tab.
* Modify padding (linked or separately).
* Click dot(s) to reset.

## Margin

The Margin property allows you to specify individually or globally the space between the border of a block and the border of the adjacent element.

{% hint style="warning" %}
Margin is not to be confused with Padding. The first one adds space outside the element, the other one adds space inside it.
{% endhint %}

* Select a block.
* Open the Block Inspector.
* Navigate to the Design tab.
* Open the margin and padding tab.
* Modify margin(s) (linked or separately).
* Click dot(s) to reset.
