Add two CSS multi-column properties to index.md (#33054)

pull/33085/head^2
Kelsey Edelstein 2019-02-20 23:06:21 -08:00 committed by Randell Dawson
parent 1817e12c15
commit 8448e71299
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Unfortunately this is impossible to do with CSS and HTML without forcing column
There are several properties that let you customize multi-column layout:
* column-count
* column-fill
* column-gap
* column-rule-style
* column-rule-width
@ -16,6 +17,7 @@ There are several properties that let you customize multi-column layout:
* column-rule
* column-span
* column-width
* columns
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->