Skip to content

Commit e1daa46

Browse files
committed
adding images
1 parent 4144aef commit e1daa46

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,6 +2549,8 @@ <h3>Float intrusion in multicol elements</h3>
25492549
middle column is a long word that is clipped in the middle of the
25502550
column gap.
25512551

2552+
<img src=1.png>
2553+
25522554
<div class=cols>
25532555

25542556
<p>Ab cde fgh i jkl. Mno<br>
@@ -2611,6 +2613,8 @@ <h3>Float intrusion in multicol elements</h3>
26112613

26122614
<p>In this example, the image naturally appears in the last column. Due to being floated to the right, the image will intrude into the neighboring column to the left.
26132615

2616+
<img src=2.png>
2617+
26142618
<div class=cols style="height: 186px">
26152619

26162620
<p>
@@ -2795,6 +2799,8 @@ <h3>The 'float-offset' property</h3>
27952799

27962800
<p>This code can be rendered as:
27972801

2802+
<img src=3.png>
2803+
27982804
<div class=cols>
27992805
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
28002806
<br><br><br><br><br><br><br>
@@ -2832,6 +2838,8 @@ <h3>The 'float-offset' property</h3>
28322838

28332839
<p>it may be rendered as:
28342840

2841+
<img src=4.png>
2842+
28352843
<div class=cols>
28362844

28372845
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
@@ -2875,6 +2883,8 @@ <h3>The 'float-offset' property</h3>
28752883

28762884
<p>The column box is the containing block for floats, so if an image naturally appears in the first column it will float to its bottom:
28772885

2886+
<img src=5.png>
2887+
28782888
<div class=cols>
28792889

28802890
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -2917,7 +2927,7 @@ <h3>The 'float-offset' property</h3>
29172927
<p>The '1gr' value on
29182928
'width' is equal to the width of the containing block. Here is a possible rendering:
29192929

2920-
2930+
<img src=6.png>
29212931

29222932
<div class=cols>
29232933

@@ -2961,6 +2971,8 @@ <h3>The 'float-offset' property</h3>
29612971
width: 1gr }
29622972
</pre>
29632973

2974+
<img src=7.png>
2975+
29642976
<div class=cols>
29652977

29662978
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3019,6 +3031,9 @@ <h3>The 'float-offset' property</h3>
30193031
rendering.
30203032

30213033

3034+
<img src=8.png>
3035+
3036+
30223037
<div class=cols>
30233038

30243039
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.<br>
@@ -3059,6 +3074,7 @@ <h3>The 'float-offset' property</h3>
30593074
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
30603075
column plus one column gap. Here is a possible rendering.
30613076

3077+
<img src=9.png>
30623078

30633079
<div class=cols>
30643080

@@ -3103,6 +3119,7 @@ <h3>The 'float-offset' property</h3>
31033119
<p>The code above floats the element to the top right of the multi-column element. Further, it sets the width of the image to the width of one
31043120
column plus half the column gap.
31053121

3122+
<img src=10.png>
31063123

31073124
<div class=cols>
31083125

@@ -3151,7 +3168,9 @@ <h3>The 'float-offset' property</h3>
31513168
should be in the middle of the gap between the left-most column and
31523169
the one next to it. Vertically, element should be in the middle of the
31533170
column. Here is a possible rendering:
3154-
3171+
3172+
<img src=11.png>
3173+
31553174
<div class=cols>
31563175

31573176
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.
@@ -3196,6 +3215,8 @@ <h3>The 'float-offset' property</h3>
31963215

31973216
<p>The only difference between this and the previous example is the horizontal value on 'float-offset'. The value ''1.25gr'' means that a point 25% into the image in the inline direction will be aligned with a point 25% into the column gap. Here is a possible rendering:
31983217

3218+
<img src=12.png>
3219+
31993220
<div class=cols>
32003221

32013222
<p>Lorem ipsum dolor<br>sit amet. Nam at jus.

0 commit comments

Comments
 (0)