Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 263 Bytes

widows.md

File metadata and controls

12 lines (9 loc) · 263 Bytes

Widows property

The widows CSS property defines the minimum number of lines in a block that should appear at the top of a page, region or column. Usually used to control how a break occurs.

div{
  columns: 3;
  widows: 2;
}

Initial value: 2