INDEX
<!DOCTYPE html>
<html lang ="en">
<head>
<title>Fish Creek Animal Hospital</title>
<meta charset ="utf-8">
<link href="fishcreek.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<h1>Fish Creek Animal Hospital</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="askavet.html">Ask A Vet</a>
<a href="contact.html">Contact</a>
</nav>
<dl>
<dt class="category">Full Service Facility</dt>
<dd>Veterinarians and staff are on duty 24 hours a day, 7 days a week.</dd>
<dt class="category">Years of Experience</dt>
<dd>Fish Creek Veterinarians have provided quality, dependable care for your
beloved animals since 1984.</dd>
<dt class="category">Open Door Policy</dt>
<dd>Our professionals welcome owners to stay with their pets during any medical procedure.</dd>
</dl>
1-800-555-5555<br>
1242 Grassy Lane<br>
Fish Creek, WI 55534<br>
<footer>
Copyright © 2014 Fish Creek Animal Hospital<br>
<a href="mailto:zoilobernal@gmail.com" target="_blank">zoilobernal@gmail.com</a>
</footer>
</div>
</body>
</html>
SERVICES
<!DOCTYPE html>
<html lang ="en">
<head>
<title>Fish Creek Animal Hospital Services</title>
<meta charset ="utf-8">
<link href="fishcreek.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">'
<header>
<h1>Fish Creek Animal Hospital</h1>
</header>
<nav>
<b><a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="askavet.html">Ask A Vet</a>
<a href="contact.html">Contact</a> </b>
</nav>
<ul>
<li><span class="category">Medical Services</span><br>
We offer state of the art equipment and technology.</li>
<li><span class="category">Surgical Services</span><br>
Full range of surgical proceduresd including orthopedics and emergency<br> surgeries.</li>
<li><span class="category">Dental Care</span><br>
A dental exam can determine whether yout pet needs preventive dental care<br>
such as scaling and polishing.</li>
<li><span class="category">House Calls</span><br>
The elderly,physically challenged, and multiple pet households often find our<br>
in-home veterinary service helpful and convenient.</li>
<li><span class="category">Emergencies</span><br>
At least one of our doctors is on call every day and night.</li>
</ul>
<footer>
Copyright © 2014 Fish Creek Animal Hospital<br>
<a href="mailto:zoilobernal@gmail.com" target="_blank">zoilobernal@gmail.com</a>
</footer>
</div>
</body>
</html>
Fishcreek.css
body{
background-color:#6699FF;
color:#d5e3ff;
font-family: Verdana, Arial, sans-serif;
}
h1{
background-color: #6699FF;
color:#003366;
font-family: Serif;
line-height: 200%;
}
.nav{
font-weight:bold;
}
.category{
font-weight:bold;
background-color: #6699FF;
color:#003366;
font-size:1.1em
}
#footer{
font-size:.70em;
font-style:italic;
}
#wrapper{
width: 80%;
margin-right:auto;
margin-left: auto;
}
No comments:
Post a Comment