Skip to content

Commit b3b9985

Browse files
author
howcome
committed
adding informal text in example
1 parent 7791e21 commit b3b9985

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

css-gcpm/Overview.src.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3603,13 +3603,18 @@ <h3>Selecting elements within pages and columns</h3>
36033603

36043604
::page(left) p { text-align: left }
36053605
</pre>
3606-
</div>
36073606

36083607
<p class=issue>Is "left" a pseudo-class or pseudo-element? In @page, ":left" is a pseudo-class. However, when we select elements on left pages, it acts like a pseudo-element.</p>
36093608

3609+
</div>
3610+
3611+
3612+
36103613
</div>
36113614

36123615
<div class=example>
3616+
<p>This syntax also allows the selection and styling of elements inside margin boxes:
3617+
36133618
<pre>
36143619
@page :left {
36153620
background: pink; /* declaration applies to pages */

0 commit comments

Comments
 (0)