> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/form-management/style-branding/style-editor/css.md).

# CSS

## 🌈 CSS-Anpassung

Die CSS-Anpassung ermöglicht es Ihnen, das volle Potenzial der ngSurvey Formular-Engine auszuschöpfen und jedes einzelne Element Ihrer Formulare mit [CSS-Klassen](/de/form-management/style-branding/style-editor/css/css-classes.md). Wenn Sie zum ersten Mal von CSS hören, können Sie diesem [Tutorial](https://www.htmldog.com/guides/css/beginner/) folgen, um mehr über CSS und dessen Funktionsweise zu erfahren.

## &#x20;➕ CSS hinzufügen

Sie können Ihre eigenen CSS-Klassendefinitionen über den CSS-Eingabebildschirm hinzufügen.&#x20;

Alles, was Sie im CSS-Eingabefeld eingeben und speichern, wird von ngSurvey zur Laufzeit injiziert, um Ihre Umfrage entsprechend Ihren CSS-Definitionen zu gestalten.

![](/files/f8f16cbe2e9697e78b2ce6d5d51f63e700d415b0)

{% hint style="info" %}
CSS-Definitionen haben die höchste Priorität und überschreiben jede andere zuvor durch Styles definierte Eigenschaftsklasse.&#x20;
{% endhint %}

Das Dropdown für verfügbare Klassen zeigt die CSS-Klassen an, die in dem angepassten CSS-Code noch nicht verwendet werden. Sie können die [CSS-Klassenliste](/de/form-management/style-branding/style-editor/css/css-classes.md) prüfen, um einen Überblick über die verschiedenen Klassen zu erhalten, die Sie zur Definition Ihrer Styles verwenden können.&#x20;

![](/files/65e51c2ff5f7cb694101a89f2e8210de62088584)

## 📐Benutzerdefinierte CSS-Klassen

Sie können auch Ihre eigene CSS-Klassendefinition verwenden, die auf Ihre Frage oder Antworten angewendet wird. Wenn Sie eine Klasse namens myclass erstellt haben,

![](/files/975285343842b1f3748f366588d4aaf56e3b2f05)

können Sie diese Klasse an jeder Frage oder Antwortoption setzen, indem Sie die CSS-Klassen-Eigenschaft auf Ihrer [Frage](/de/form-management/form-designer/questions/question-properties.md) oder [Antwort](/de/form-management/form-designer/answers/answer-properties.md) Eigenschaftsseite setzen.

![](/files/0d01af607beebe55ac3a29df25a2dd51b8e774a3)


---

# 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.ngsurvey.com/de/form-management/style-branding/style-editor/css.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.
