File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ <h3 id=overview><span class=secno>1.1. </span> Overview</h3>
518518<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 <li> Mouse
551551 </ul>
552552 <img src="images/computer.jpg"
553- alt='[A white computer with matching keyboard and monitor .]'>
553+ alt='[A white computer with matching peripherals .]'>
554554 <button> BUY NOW</button>
555555 </section>
556556
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ <h3 id="overview">
251251<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 <li> Mouse
281281 </ul>
282282 <img src="images/computer.jpg"
283- alt='[A white computer with matching keyboard and monitor .]'>
283+ alt='[A white computer with matching peripherals .]'>
284284 <button> BUY NOW</button>
285285 </section>
286286
You can’t perform that action at this time.
0 commit comments