Direction

Direction in CSS.

Syntax (
direction : values;)
  • direction
  • Values: itr | rtl | inherit
Example:
.class_name{direction : values;}

0 comments