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
div.chapter::column(3+) /* all columns but the 1st and 2nd */
3621
3621
div.chapter::column(2,2) /* second column on second page */
3622
3622
div.chapter::column(*,2) /* all columns on the second page */
3623
-
div.chapter::column(,2) /* all columns on the second page */
3623
+
div.chapter::column(1,*) /* the first column on all pages */
3624
3624
</pre>
3625
3625
</div>
3626
-
<!--
3627
-
3628
-
<h3>Turning columns into regions</h3>
3629
-
3630
-
<p>A column that is moved from its natural position is called a region in this specification. Columns can be moved using floating or absolute positioning.
3631
-
-->
3632
3626
3633
3627
<p>To underline the fact that columns are regions, the "region" keyword can
0 commit comments