use the given code to answer the following questions. Box 1 Box 2 Box 3 Box 4 How will the boxes be arranged if the viewpoints width is 600px? Two rows of two A single row of four A row of three with one below A single column of four

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter6: Working With Tables And Columns: Creating A Program Schedule For A Radio Station
Section: Chapter Questions
Problem 8CP2
icon
Related questions
Question

use the given code to answer the following questions.

<style>

#wrapper {

  Display: flex;

Flex- wrap: wrap;

Justify-content: space-between ;

}

.box {

Width: 500px;

Border: solid 1px blue;

Margin:5px;

}

</style>

<div id “wrapper”>

<div class “box”> Box 1</div>

<div class “box”> Box 2</div>

<div class “box”> Box 3</div>

<div class “box”> Box 4</div>

</div>

How will the boxes be arranged if the viewpoints width is 600px?

  • Two rows of two
  • A single row of four
  • A row of three with one below
  • A single column of four
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

so which option is correct

 

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Accessibility feature of Form
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning