Skip to content

Commit 1c20316

Browse files
committed
[css-images-4] I added two png images to example 33 to the stripes() function. I resized each of image to 1em, and added a border on the left and also on the right in the second example in transparent.
1 parent 5f22bc1 commit 1c20316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-images-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ Color Stop “Fixup”</h4>
20122012
giving red 1 share and green 2 shares of the 300px remaining
20132013
after subtracting blue's 100px from the 400px total.
20142014

2015-
<img src="images/stripes-example-33-1.png" style="height:1em; width:400px;" alt="">
2015+
<img src="images/stripes-example-33-1.png" style="height:1em; width:400px;" alt="example 1">
20162016

20172017
On the other hand,
20182018
''stripes(red .1fr, green .2fr, blue 100px)''
@@ -2025,7 +2025,7 @@ Color Stop “Fixup”</h4>
20252025
which is then distributed in the 1:2 ratio
20262026
dictated by the <<flex>> values.
20272027

2028-
<img src="images/example33-2.png" style="height: 1em; width:400px;" alt="">
2028+
<img src="images/example33-2.png" style="height: 1em; width:400px;" alt="example 2">
20292029

20302030
(This is similar to how [=flex layout=] deals with small <<flex>> sums on a line,
20312031
and ensures smoothly continuous behavior

0 commit comments

Comments
 (0)