Skip to content

Commit eb98505

Browse files
Syntax examples
1 parent ee1043c commit eb98505

File tree

7 files changed

+10
-1
lines changed

7 files changed

+10
-1
lines changed

css-masonry/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSS Masonry demos
22

3-
This directory contains demos that showcase the use of CSS Masonry.
3+
This directory contains demo pages that showcase the implementation of CSS Masonry in Chromium.
44

55
## Enable Masonry support
66

@@ -32,3 +32,12 @@ To try the demos, first enable Masonry:
3232
* [News site: The Daily Oddity](https://microsoftedge.github.io/Demos/css-masonry/the-daily-oddity.html)
3333

3434
<img alt="Screenshot of the demo page." src="./daily-oddity/screenshot.png" width="300">
35+
36+
* Masonry syntax examples:
37+
38+
* [Same size columns](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/same-size-columns.html)
39+
* [Same size rows](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/same-size-rows.html)
40+
* [Default track size](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/default-track-size.html)
41+
* [Custom track sizes](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/custom-track-sizes.html)
42+
* [Masonry shorthand](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/masonry-shorthand.html)
43+
* [Spanning multiple tracks](https://microsoftedge.github.io/Demos/css-masonry/syntax-examples/span-multiple-tracks.html)

0 commit comments

Comments
 (0)