> 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-shadow-to-elements.md).

# How do I add shadow to elements

{% stepper %}
{% step %}

### Begin by selecting the element

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

{% step %}

### On our right side contextual panel, look for Shadow:

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

{% step %}

### Then toggle the Shadow feature On:

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

{% step %}

### Add your specific pixels for Left here:

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

{% step %}

### Add your specific pixels for Top here:

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

{% step %}

### Blur can be adjusted here by adding the specific size:

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

{% step %}

### And the spread of the shadow can be manually adjusted here:

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

{% step %}

### Color for the shadow can be changed and adjusted here:

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

{% step %}

### You can adjust the opacity here:

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

{% step %}

### Or you may use our color picker here:

<figure><img src="/files/kpjRwsHvguQG5wCuDgTx" alt="How do I add shadow to elements — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Hex code can also be entered on the space provided:

<figure><img src="/files/cefMeiohwtcRZ98sweMq" alt="How do I add shadow to elements — step 11"><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-shadow-to-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.
