Question: Hello and thank you, i need to code my external style sheet to include these colors: Here is my external style sheet: body { font-family:

Hello and thank you, i need to code my external style sheet to include these colors:

Here is my external style sheet:

body { font-family: Arial, Helvetica, sans-serif; } header { background-image: url("sunset.jpg"); background-position: right; background-repeat: no-repeat; line-height: 400%; text-indent: 1em; } nav { font-weight: bold; } nav a { text-decoration: none; } h1 { font-family: Georgia, Times New Roman, serif; } h2 { font-family: Georgia, Times New Roman, serif; } h3 { font-family: Georgia, Times New Roman, serif; color: #000033; } ul { list-style-image: url("marker.gif"); } footer { font-size: 75%; font-style: italic; text-align: center; font-family: Georgia, Times New Roman, serif; } .resort { font-weight: bold; } #contact { font-size: 90%; }

and here are the colors that i need to add into the external style sheet:

Global styles for the document (use the body element selector) with background color white (#FFFFFF) and text color dark gray (#555555).

Style rules for the header element selector that configure background color (#002171) and text color (#FFFFFF).

Styles for the nav element selector that configure sky blue background color (#BBDEFB).

Styles for the h2 element selector that configure medium blue text color (#1976D2).

Styles for the dt element selector that configure dark blue text color (#002171).

Styles for a class named resort that configure medium blue text color (#1976D2)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!