Improve my HTML and CSS Code to make it look exactly like the picture. Fish Creek Animal Clinic Fish Creek Animal Clinic         Home        Services        Ask the Vet        Contact     Full Service Facility         Doctors and staff are on duty 24 hours a day, 7 days a week.     Years of Experience          Fish Creek Veterinarians have provided quality, dependable care for your beloved animals since 1984.     Open Door Policy          Our professionals welcome owners to stay with their pets during any medical procedure    800-555-5555    1242 Grassy Lane    Fish Creek, WI 55534 Copyright © 2018 Fish Creek Animal Clinic yourfirstname@yourlastname.com style.CSS body     { background-color: #F0F0F0;             color: #191970;            font-family: Arial, Verdana, sans-serif; } h1       { background-color: #003366;             color: #AEC3E3;             line-height: 200%;            font-family: Georgia, "Times New Roman", serif;            text-indent: 1em;            } h2       { background-color: #5280C5;             color: #191970;             font-family: Georgia, "Times New Roman", serif;            text-align: center;  } nav      { font-weight: bold;            font-size: 1.25em; } p        { font-size: .90em;

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Improve my HTML and CSS Code to make it look exactly like the picture.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Fish Creek Animal Clinic</title>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<h1>Fish Creek Animal Clinic</h1>
</header>
<nav>
   <b>
    <a href="index.html">Home</a> &nbsp; 
    <a href="services.html">Services</a> &nbsp; 
    <a href="askvet.html">Ask the Vet</a> &nbsp; 
    <a href="contact.html">Contact</a></b>
</nav>

<main>

<dl>
    <dt><strong>Full Service Facility</strong></dt>
        <dd>Doctors and staff are on duty 24 hours a day, 7 days a week.
    <dt><strong>Years of Experience</strong></dt> 
        <dd>Fish Creek Veterinarians have provided quality, dependable care for your beloved animals since 1984.
    <dt><strong>Open Door Policy</strong></dt> 
        <dd>Our professionals welcome owners to stay with their pets during any medical procedure</dd>
</dl>

</main>

<div>
   800-555-5555<br>
   1242 Grassy Lane<br>
   Fish Creek, WI 55534<br><br>
</div>

<footer>

<small><i>Copyright &copy; 2018 Fish Creek Animal Clinic<br>
<a href="mailto:yourfirstname@yourlastname.com">yourfirstname@yourlastname.com</a></i></small>
</footer>

</div>
</body>
</html>

style.CSS

body     { background-color: #F0F0F0; 
           color: #191970;
           font-family: Arial, Verdana, sans-serif; }
h1       { background-color: #003366; 
           color: #AEC3E3; 
           line-height: 200%;
           font-family: Georgia, "Times New Roman", serif;
           text-indent: 1em;
           }
h2       { background-color: #5280C5; 
           color: #191970; 
           font-family: Georgia, "Times New Roman", serif;
           text-align: center;  }
nav      { font-weight: bold;
           font-size: 1.25em; }
p        { font-size: .90em;
           text-indent: 3em; }
dl       { color: #5280C5; }
dl     { color: #003366; }
footer   { color: #003366;
           font-size: .75em;
           font-style: italic; }

#wrapper { margin-left: auto;
    margin-right: auto;
    width: 80%; }

#FFFFFF
#FOFOFO
#5280C5
#AEC3E3
#003366
Fish Creek Animal Clinic
X +
Fish Creek Animal Clinic
C
Home Services Ask the Vet Contact
Full Service Facility
Doctors and staff are on duty 24 hours a day, 7 days a week.
Years of Experience
800-555-5555
1242 Grassy Lane
Fish Creek, WI 55534
I
Fish Creek Veterinarians have provided quality, dependable
care for your beloved animals since 1984.
Open Door Policy
Our professionals welcome owners to stay with their pets
during any medical procedure.
Copyright © 2018 Fish Creek Animal Clinic
yourfirstname@yourlastname.com
☐ X
Transcribed Image Text:#FFFFFF #FOFOFO #5280C5 #AEC3E3 #003366 Fish Creek Animal Clinic X + Fish Creek Animal Clinic C Home Services Ask the Vet Contact Full Service Facility Doctors and staff are on duty 24 hours a day, 7 days a week. Years of Experience 800-555-5555 1242 Grassy Lane Fish Creek, WI 55534 I Fish Creek Veterinarians have provided quality, dependable care for your beloved animals since 1984. Open Door Policy Our professionals welcome owners to stay with their pets during any medical procedure. Copyright © 2018 Fish Creek Animal Clinic yourfirstname@yourlastname.com ☐ X
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 4 images

Blurred answer
Knowledge Booster
Image Element
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education