---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-absolute-edge-insets.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-absolute-edge-insets.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-absolute-edge-insets
Sets margins without regard to screen properties.

## Parameters
| Parameters | Description |
| --- | --- |
| `bottom` | <p>**int**</p><p>Bottom margin.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `0`.</p><p>Available platforms: Android, iOS, web.</p> |
| `left` | <p>**int**</p><p>Left margin.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `0`.</p><p>Available platforms: Android, iOS, web.</p> |
| `right` | <p>**int**</p><p>Right margin.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `0`.</p><p>Available platforms: Android, iOS, web.</p> |
| `top` | <p>**int**</p><p>Top margin.</p><p>Restriction for the value `x`: `x >= 0`.</p><p>Default value: `0`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  bottom: "int",
  left: "int",
  right: "int",
  top: "int"
}
```
</details>
