> 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/borders/border.md).

# Border

Allows you to customise the look of borders around a block.

{% hint style="info" %}
Both the [Border Radius](#border-radius) and [Border Width](#border-width) can be linked to enter values more efficiently. The linking can be turned off to enter respective values.
{% endhint %}

## Radius

The Border radius property defines the radius of the angles. In other words, it allows you to create rectangles with rounded corners.&#x20;

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Border Radius property
6. Enter the desired value

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the Block inspector
3. Navigate to the design tab
4. Open the Borders tab
5. Find the Border Radius property
6. Click dot(s) to reset

</details>

## Width

The Border Width property defines the width of the borders of a block.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Border Width property
6. Enter the desired value

</details>

<details>

<summary>Reset</summary>

1. Select a block
2. Open the block inspector
3. Navigate to the advanced tab
4. Open the Borders tab
5. Find the Border Width property
6. Click dot(s) to reset

</details>

## Color

The Border Colour property defines the colour of the borders of a block.

<details>

<summary>Modify</summary>

1. Select a block
2. Open the Block Inspector
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Border Color property
6. Open the color picker by clicking on the color circle in the *Text Color* property
7. Select your color in the color picker or click on a global color

</details>

<details>

<summary>Remove</summary>

1. Select a block
2. Open the block inspector
3. Navigate to the advanced tab
4. Open the Borders tab
5. Find the Border Color property
6. Click on the Clear button in the Border Color property

</details>

## Style

The Border Style property defines the type of line used for the borders of a block (solid, dotted, dashed, etc.).

<details>

<summary>Modify</summary>

1. Select a block
2. Open the block inspector​
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Style property
6. Click on the appropriate style options (none, solid, dotted, dashed)​​

</details>

<details>

<summary>Remove</summary>

1. Select a block
2. Open the Block Inspector​
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Style property
6. Click on selected option to unselect it

</details>

***Default*** Default value. No border.

***Solid*** The border is a solid line.

***Dots*** The border is a sequence of dots.

***Dashes*** The border is a sequence of dashes.


---

# 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.cwicly.com/design/borders/border.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.
