From 07cb3264b2ef421a0dbfbaec8be104053af6e91b Mon Sep 17 00:00:00 2001 From: Carlos Alberto Zepeda Date: Mon, 9 Oct 2023 23:11:18 -0500 Subject: [PATCH] Update flex-flow-stacking-col.html Updated all the `flex-row` to `flex-flow`. There is no such property as `flex-row`. Unless there is a reason specifically that it is written as such to specify that it refers to `flex-flow` somehow??? This also show as `flex-row` in the physical book chapter 11 examples: 11-12, 11-13, and 11-14. --- 11-flexbox/flex-flow-stacking-col.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/11-flexbox/flex-flow-stacking-col.html b/11-flexbox/flex-flow-stacking-col.html index 44e55dd..9615dcc 100755 --- a/11-flexbox/flex-flow-stacking-col.html +++ b/11-flexbox/flex-flow-stacking-col.html @@ -155,7 +155,7 @@ Line #5 -

flex-row: wrap-reverse column

+

flex-flow: wrap-reverse column

@@ -186,8 +186,8 @@ 70 px -

flex-row: wrap-reverse column-reverse

+

flex-flow: wrap-reverse column-reverse

- \ No newline at end of file +