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

Line-Height

Line-height in CSS.

Syntax (
line-height : values;)
  • line-height
  • Values: percentage | normal | length
Example:

.class_name{line-height : normal;}

Line-Break

Line-break in CSS.

Syntax (
line-break : values;)
  • line-break
  • Values: normal | strict
Example:

.class_name{line-break : normal;}