diff --git a/index.css b/index.css index e816081..29abf91 100644 --- a/index.css +++ b/index.css @@ -15,3 +15,22 @@ height: 150px; background-color: yellow; } + +body{ + display:flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + align-content: flex-start; + +} + +.red{ + order: -1; +} +.yellow{ + order: 1; +} +.blue{ + order: 2; +}