# Add CSS Class Name

## Overview

![The Add CSS Class Name Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-1bdef328d15fd2ea9c26642b5ea085c3da4e4a8d%2Faddcssclassname.png?alt=media)

The **Add CSS Class Name Node** adds a *CSS class name* to the given **Object**. It won't duplicate existing *class names*.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** that the *CSS class name* will be added to.            |
| `Class Name`      | **String**   | The desired *class name* to be added.                                 |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## External Links

* Read for more information on [*CSS Selectors*](https://en.wikipedia.org/wiki/CSS#Selector).
