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
Copy file name to clipboardExpand all lines: css-gcpm/Overview.src.html
+58-2Lines changed: 58 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2839,8 +2839,6 @@ <h3>Spanning columns</h3>
2839
2839
2840
2840
<p>The 'column-span' property is extended with integer values so that elements can span several columns. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if 'column-span: all' had been specified.
2841
2841
2842
-
2843
-
2844
2842
<divclass=example>
2845
2843
<p>In this example, a commonly used newspaper layout is easily described:
2846
2844
<pre>
@@ -2851,6 +2849,21 @@ <h3>Spanning columns</h3>
2851
2849
<imgalt="sample rendering" src=regions.png>
2852
2850
</div>
2853
2851
2852
+
<p>Further, the 'page' value is added to 'column-span' so that the page (and not the column or element) becomes the reference.
2853
+
2854
+
<divclass=example>
2855
+
<p>In this example, the footer is floated to the bottom of the last page (and not the bottom of the article element):
0 commit comments