---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-corners-radius.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-corners-radius.md
  - href: en/concepts/divs/2/div-corners-radius.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-corners-radius
Sets corner rounding.

## Parameters
| Parameters | Description |
| --- | --- |
| `bottom-left` | <p>**int**</p><p>Rounding radius of a lower left corner. If not specified, then `corner_radius` is used.</p><p>Restriction for the value `x`: `x >= 0`.</p> |
| `bottom-right` | <p>**int**</p><p>Rounding radius of a lower right corner. If not specified, then `corner_radius` is used.</p><p>Restriction for the value `x`: `x >= 0`.</p> |
| `top-left` | <p>**int**</p><p>Rounding radius of an upper left corner. If not specified, then `corner_radius` is used.</p><p>Restriction for the value `x`: `x >= 0`.</p> |
| `top-right` | <p>**int**</p><p>Rounding radius of an upper right corner. If not specified, then `corner_radius` is used.</p><p>Restriction for the value `x`: `x >= 0`.</p> |

<details>
<summary>JSON</summary>

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