# Marquee

The marquee section displays continuously scrolling text or links across the screen, typically used for announcements, promotions, or brand messaging. It is designed to draw attention through motion while maintaining a minimal, banner-like layout.

<figure><img src="/files/KelCy96YDt4Yedrw3lwD" alt=""><figcaption></figcaption></figure>

#### Foreground color

Sets the text color of the marquee content.

#### Background color

Defines the background color behind the scrolling marquee content.

#### Link hover color

Controls the color of links when hovered inside the marquee.

#### Font size

Defines the text size used for the marquee content. Default is Heading 5.

#### Text transform

Controls text casing behavior. Set to “Inherit” to preserve original text formatting.

#### Marquee speed

Sets the duration in seconds for one full scroll cycle. Lower values result in faster scrolling.

#### Show divider

Toggles a visual divider associated with the marquee section.

#### Space between marquee items (desktop)

Controls the spacing between individual marquee items on desktop devices. Default is Extra large.

#### Space between marquee items (mobile)

Controls the spacing between marquee items on mobile devices. Default is Extra large.

#### Vertical padding (desktop)

Sets internal padding above and below the marquee on desktop devices. Default is Medium.

#### Vertical padding (mobile)

Sets internal padding above and below the marquee on mobile devices. Default is Medium.

#### Vertical spacing

Controls the spacing around the section to adjust its separation from surrounding content.

#### Vertical spacing (desktop)

Sets the vertical spacing applied on desktop devices. Default is Large.

#### Vertical spacing (mobile)

Sets the vertical spacing applied on mobile devices to ensure consistent spacing across screen sizes.


---

# 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://gatame.gitbook.io/highstreet/dynamic-sections/information/marquee.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.
