Showing posts with label CSS-Ruby-Properties. Show all posts
Showing posts with label CSS-Ruby-Properties. Show all posts

Ruby-Position

Ruby-position in CSS.

Syntax (ruby-position : values;)
  • ruby-position
  • Values: above | inline
Example:

.class_name{ruby-position : inline;}

Ruby-Overhang

Ruby-overhang in CSS. Syntax (ruby-overhang : values;)
  • ruby-overhang
  • Values: auto | whitespace | none
Example:

.class_name{ruby-overhang : none;}

Ruby-Align

Ruby-align in CSS.

Syntax (
ruby-align : values;)
  • ruby-align
  • Values: auto | left | center | right |distribute-letter | distribute-space | line-edge
Example:

.class_name{ruby-align : left;}