direction (CSS2)

Specifies the text direction for the element.

Syntax

ltr | rtl | inherit

Examples having uses of: 'direction'

0 votes
10k views

CSS Flexible Box Basic

The flexible box layout gives us a way of creating flexible boxes. It lets us align and distribute boxes vertically and horizontally as well as have boxes flex to use all available space. You can also display the elements in reverse order compared to how they are ordered in the markup.