You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="in-cards-demo">In this example, the text in the<br>div is broken into a series of<br>cards. These cards all have the<br>same style. The presence of<br>enough content to overflow<br>one of the cards causes another</div>
243
260
<divclass="in-cards-demo">one to be created. The second<br>card is created just like it's the<br>next sibling of the first.</div>
244
261
</td></tr></table>
@@ -298,6 +315,36 @@ <h4 id="style-of-regions">Styling of regions</h4>
<divclass="bouncy-columns-demo one">In this<br>example, the<br>text in the div<br>is broken into<br>a series of<br>columns. The<br>author<br>probably</div>
343
+
<divclass="bouncy-columns-demo two">intended the<br>text to fill two<br>columns. But<br>if it happens to<br>fill three<br>columns, the<br>third column is<br>still created. It</div>
344
+
<divclass="bouncy-columns-demo">just doesn't<br>have any<br>region-specific<br>styling because<br>the author<br>didn't give it<br>any.</div>
345
+
</td></tr></table>
346
+
</div>
347
+
301
348
<p>
302
349
Styling an ''::nth-region()'' pseudo-element with the 'overflow'
0 commit comments