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

# Outline

Allows you to customise the look of an outline around a block.

{% hint style="warning" %}
Not to be confused with [Border](/design/borders/border.md), since the Border is created inside the element, whereas the outline is created outside the element.
{% endhint %}

## Style

The Outline Style property defines the type of line used for the outline 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 Outline Style property
6. Click on the appropriate style options (none, solid, dotted, dashed)​​

</details>

<details>

<summary>Unselect</summary>

1. Select a block
2. Open the Block Inspector​
3. Navigate to the Design tab
4. Open the Borders tab
5. Find the Outline 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.

## Colour

The Outline Colour property defines the colour of the outline 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 Outline 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>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 Outline Color property
6. Click dot(s) to reset

</details>

## Width

The Outline Width property defines the width of the outline 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 Outline 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 Design tab
4. Open the Borders tab
5. Find the Outline Width property
6. Click dot(s) to reset

</details>

## Offset

Determines the spacing created between the outline and the element's borders.

<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 Outline Offset property
6. Enter the desired value

</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 Outline Offset property
6. Click dot(s) to reset

</details>


---

# 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/outline.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.
