# Border

## Radius

Border radius is a property that is used to create rounded corners on an HTML element. It can be used to add a more organic and visually appealing look to designs. You can set different values for each corner.

## Borders

Border is a CSS property used to create a visible boundary around an element. It can be used to create simple or complex designs depending on the border width, style, and color.

* Border width: Specifies the width of the border. It can be set using a length value.
* Border style: Specifies the style of the border. It can be set using a variety of values, including "solid", "dashed", "dotted". The default value is "none".
* Border color: Specifies the color of the border. It can be set to a color name, a hexadecimal value, an RGB value, or an HSL value. The default value is the current color of the element.


---

# Agent Instructions: 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:

```
GET https://docs.acho.io/app-builder/app-construction/elements/css-styles/border.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
