-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
48 lines (46 loc) · 1.07 KB
/
Copy pathservices.html
File metadata and controls
48 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Moe's Mowing Company Inc.
</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
li.intext{
display: block;
font-family: sans-serif;
text-align: center;
font-size: 20px;
}
h2{
text-align: center;
margin-left:0px;
margin-top: 50px;
}
img{
float: none;
max-width: 300px;
height: auto;
margin-left:auto;
margin-right:auto;
display:block;
}
</style>
</head>
<body>
<div class="fixedheader">
<h1> Moe's Mowing Company</h1>
<ul><li><a href="index.html">Home</a></li><li><a href="services.html">Services</a></li><li><a href="contact.html">Contact</a></li></ul>
</div>
<h2> Lawn Care at an Affordable Price </h2>
<ul>
<li class="intext">Yard Mowing -- $50</li>
<li class="intext">Trimming -- $25</li>
<li class="intext">Mowing and Trimming -- $70</li>
<li class="intext">Goat Mowing -- $100 </li>
</ul>
<img src="goat.jpg" alt="goat">
<div class ="footer">
Copyright Moe 2345
</div>