External Style Sheet Code the CSS to configure the following

External Style Sheet. Code the CSS to configure the following:

1. Global Styles for the document (use the body element selector) with background color #F5F5F5; text color #3F2860; and Verdana, Arial, or any sans-serif font.

2. Styles for the header element that configure background color #9BC1C2 with centered text.

3. Styles for the h1 element selector that configure 200% line height.

4. Styles for the nav element selector that configure centered and bold font.

5. Styles for the anchor elements within the nav area to eliminate the default underline, use the nav selector

6. Styles for a class named studio that configures italic text.

7. Styles for the footer element selector with #9BC1C2 background color, small font size (.60em), and italic, centered text.

Solution

body{

background-color:#F5F5F5;

color:#3F2860;

font-family: \"Verdana\", sans-seri;

}

head{

background-color:#9BC1C2;

}

h1 {

line-height: 200%;}

nav{

font-style: bold;

}

nav.a{

}

.studio

{font-style: italic;

}

footer{

background-color:#9BC1C2;

font-size:.60em;

font-style: italic;

}

External Style Sheet. Code the CSS to configure the following: 1. Global Styles for the document (use the body element selector) with background color #F5F5F5;
External Style Sheet. Code the CSS to configure the following: 1. Global Styles for the document (use the body element selector) with background color #F5F5F5;

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site