> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/build-pages/how-do-i-add-an-border-to-an-elements.md).

# How do I add an border to an elements

{% stepper %}
{% step %}

### Select the element first on where you want the border to be added:

<figure><img src="/files/rbV4xiy5fpqY6gPLROjC" alt="How do I add an border  to an elements — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### On the right side contextual panel, look for Image:

<figure><img src="/files/QnB5gDhAwmuH9uDGP7sD" alt="How do I add an border  to an elements — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Look for the attribute "Border" on the right-side contextual panel of the element selected

<figure><img src="/files/fcQQ0HGy9zcdiIjIAVt3" alt="How do I add an border  to an elements — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Then toggle on the border feature:

<figure><img src="/files/runtH5Peun8gDfa88Iz7" alt="How do I add an border  to an elements — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can adjust the border width here by adding the specific pixel:

<figure><img src="/files/fxeaDi6MQjDsbNiBOpmZ" alt="How do I add an border  to an elements — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Border styles can be selected by clicking on the dropdown "Style"

<figure><img src="/files/sH702GgCWdwj2AHal67m" alt="How do I add an border  to an elements — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### For color adjustments, please click here:

<figure><img src="/files/mRRci9Qn4hLtNnr8gxtI" alt="How do I add an border  to an elements — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can use the color picker, opacity or the hex code option to customize your border:

<figure><img src="/files/ebSrUxqxPV3A8MHTqJee" alt="How do I add an border  to an elements — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### The radius for your border can be manually entered here:

<figure><img src="/files/DGNGNV8uowRFqKsn1kVe" alt="How do I add an border  to an elements — step 9"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.maker.co/maker-pages/build-pages/how-do-i-add-an-border-to-an-elements.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.
