Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Open the debug3-4.css file. The body element should have a width that is 90% of the width of the browser window ranging from a minimum

Open the debug3-4.css file. The body element should have a width that is 90% of the width of the browser window ranging from a minimum of 600 pixels up to a maximum of 1024 pixels. Fix the syntax errors in the body style rule that defines the width of the web page.

The style rule for the body element sets up a grid layout for the page. However, there are several errors in defining the grid areas, grid columns, and grid gaps. Fix the syntax errors in the style rule.

There are issues with grid column styles globally in debug3-4.css.

2

Be careful! One style rule is used globally in many different style rules.

Checks

Browser SimulationIncomplete

Body Styles | fix error #1

Browser SimulationIncomplete

Body Styles | fix error #2

Trying to debug body code and body code is as follows:

body{

width:90%;

min-width:600px;

max-width:1024px;

margin:10pxauto;

display:grid;

grid-template-columns:1fr2fr1fr;

grid-template-areas:"headersheadersheaders";

grid-template-areas:"linkslinkslinks";

grid-template-areas:"navsmainsides";

grid-template-areas:"navscouponssides";

grid-template-areas:"footersfootersfooters";

grid-gap:10px25px;

}

Unsure what the errors are in #1 and #2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions

Question

Non formal Education explain?

Answered: 1 week ago

Question

Goals of Education System?

Answered: 1 week ago

Question

What is privatization?

Answered: 1 week ago

Question

What is wastage?

Answered: 1 week ago