Question: Question 23 Given the following HTML: 1 2 3 4 5 6 And this already existing CSS (which sets colors and makes the boxes) main

Question 23 Given the following HTML:
And this already existing CSS (which sets colors and makes the boxes) main .parent { background-color: #9bb4e2; width: 1080px; padding: 0.5em; height: 15em; > main .parent div { font-size: 2em; color: #007620; background-color: #fff; padding: 1em; width: 1.5em; text-align: center; } .parent special ( color: #fff: background-color: #007620; Write the additional CSS necessary to use flexbox to produce the following layout of the boxes created above. You're only styling the positions of the boxes within the blue background. 6 2 1 3 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
