# Using Custom Styles (CSS)

Custom styles allow you to adjust borders, colours, the radius of corners, background and content sizing. To enable CSS select the last toggle that says '**Custom Style**' on the left-hand side of the NFT Embed.

![](/files/ln6hRZCKIdBumJ6QeNZv)

Anytime the CSS gets adjusted on the page, it will automatically refresh to show you the new changes.

### Embed Components

The Embed Code is broken down into three components.

{% tabs %}
{% tab title="1️⃣ General" %}
The variables here will reflect across the main body of the embed.
{% endtab %}

{% tab title="2️⃣ Metadata" %}
You'll see the changes on the embed after clicking the "ℹ️" button near the top right corner of the embed.
{% endtab %}

{% tab title="3️⃣ Asset" %}
Adjusting the variables changes how the NFT content gets displayed to people visiting your website.
{% endtab %}
{% endtabs %}


---

# 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.nftembed.org/custom-styling/using-custom-styles-css.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.
