Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Controlling Direction | Modernes Layout mit Flexbox
CSS-Grundlagen

Controlling Direction

Swipe um das Menü anzuzeigen

The flex-direction property enables us to determine the direction in which flex items are arranged. By default, this property is set to row, resulting in a left-to-right layout in browsers that use English as the default language. You can set it to:

flex-direction: row | column | row-reverse | column-reverse;
flex-direction

Let's consider the next website navigation as an example.

row

index.html

index.html

index.css

index.css

row-reverse

index.html

index.html

index.css

index.css

column

Pay attention to the width of the items; they cover the entire width of the parent.

index.html

index.html

index.css

index.css

column-reverse

index.html

index.html

index.css

index.css

question mark

What does the flex-direction property do?

Wählen Sie die richtige Antwort aus

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 4. Kapitel 2

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Abschnitt 4. Kapitel 2
some-alt