---
title: "multiple · RUAL Documentation"
description: "Multiple styling"
canonical: https://docs.rual.nl/block-types/styling/uistyle_multiple
language: en
---

# multiple

This block is part of the [`styling`](https://docs.rual.nl/block-types/styling) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

Multiple styling

- style_1 required `uistyle`

- style_2 required `uistyle`

- uistyle `uistyle`

A typical wiring for [multiple](https://docs.rual.nl/block-types/styling/uistyle_multiple): [color](https://docs.rual.nl/block-types/styling/uistyle_color) feeds the `style_1` pin; [padding](https://docs.rual.nl/block-types/styling/uistyle_padding) feeds the `style_2` pin; the `uistyle` out pin feeds [h1](https://docs.rual.nl/block-types/state%20ui/state_h1).

![Studio canvas example for the multiple block: typical wiring for multiple.](https://docs.rual.nl/canvas-examples/uistyle_multiple.png)

### Commonly used with

In production blueprints, this block is most often wired together with:

- [h1](https://docs.rual.nl/block-types/state%20ui/state_h1): this block feeds into it. A H1 element.

- [color](https://docs.rual.nl/block-types/styling/uistyle_color): feeds into this block. CSS property sets the foreground color value of an element their text and text decorations, and sets the value.

- [padding](https://docs.rual.nl/block-types/styling/uistyle_padding): feeds into this block. A shorthand property for all the padding-* properties.

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
