Skip to content

Commit be21c73

Browse files
committed
Tweak wording in example 1.
1 parent f6f6fa8 commit be21c73

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ <h3 id=overview><span class=secno>1.1. </span> Overview</h3>
518518
&lt;style>
519519
#deals {
520520
display: flex;
521-
flex-flow: row;
521+
flex-flow: row wrap;
522522
}
523523
.sale-item {
524524
display: flex;
@@ -550,7 +550,7 @@ <h3 id=overview><span class=secno>1.1. </span> Overview</h3>
550550
&lt;li>Mouse
551551
&lt;/ul>
552552
&lt;img src="images/computer.jpg"
553-
alt='[A white computer with matching keyboard and monitor.]'>
553+
alt='[A white computer with matching peripherals.]'>
554554
&lt;button>BUY NOW&lt;/button>
555555
&lt;/section>
556556

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ <h3 id="overview">
251251
&lt;style>
252252
#deals {
253253
display: flex;
254-
flex-flow: row;
254+
flex-flow: row wrap;
255255
}
256256
.sale-item {
257257
display: flex;
@@ -280,7 +280,7 @@ <h3 id="overview">
280280
&lt;li>Mouse
281281
&lt;/ul>
282282
&lt;img src="images/computer.jpg"
283-
alt='[A white computer with matching keyboard and monitor.]'>
283+
alt='[A white computer with matching peripherals.]'>
284284
&lt;button>BUY NOW&lt;/button>
285285
&lt;/section>
286286

0 commit comments

Comments
 (0)