body { background-color: #556271; margin: 0 10%; font-family: sans-serif; color: white; } h1 { color: #fe6a67; text-align: center; font-weight: normal; text-transform: uppercase; border-bottom: 1px solid #d4dccd; margin-top: 30px; } h2 { font-size: 1em; }

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

what I have so far


body {
background-color: #556271;
margin: 0 10%;
font-family: sans-serif;
color: white;
}

h1 {
color: #fe6a67;
text-align: center;
font-weight: normal;
text-transform: uppercase;
border-bottom: 1px solid #d4dccd;
margin-top: 30px;
}

h2 {
font-size: 1em;
}

**Part 2: Style Rules**

In this section, you will need to adjust style rules in `style.css`:

- Manipulate the current style rules so the Body element in `index.html` has no margins.

- Change the default font for text in the Body element:
  - Provide an additional generic-family as a fallback if the browser does not support the first font.

- Add a top border with the following characteristics to Level One Section Heading elements:
  - 2px width
  - Dotted line
  - Color of your choice

- The text content in Level Two Section Heading elements should be centered (horizontally) on the page.

- There are three colors that make up the color scheme in this style sheet. Replace those colors with colors generated by [coolors.co](https://coolors.co) or [colorhunt.co](https://colorhunt.co).
Transcribed Image Text:**Part 2: Style Rules** In this section, you will need to adjust style rules in `style.css`: - Manipulate the current style rules so the Body element in `index.html` has no margins. - Change the default font for text in the Body element: - Provide an additional generic-family as a fallback if the browser does not support the first font. - Add a top border with the following characteristics to Level One Section Heading elements: - 2px width - Dotted line - Color of your choice - The text content in Level Two Section Heading elements should be centered (horizontally) on the page. - There are three colors that make up the color scheme in this style sheet. Replace those colors with colors generated by [coolors.co](https://coolors.co) or [colorhunt.co](https://colorhunt.co).
Expert Solution
Step 1

 

<html>

<head>

<style>
body {
background-color: #113CFC;
margin: 0px;

font-family:'Franklin Gothic Medium','Ubuntu','Arial Narrow','Arial','sans-serif';

color: #FEF9EF;

}

 

steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY