forked from bethanymoon/bethanymoon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWaterAirLand.html
More file actions
37 lines (37 loc) · 1.27 KB
/
WaterAirLand.html
File metadata and controls
37 lines (37 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Water Air Land Foundation</title>
</head>
<style>
body {
background-color: #F9F8F0;
}
h1 {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
}
h2 {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<body>
<h1>WATER AIR LAND</h1>
<h2>Water Air Land: Print Ad</h2>
<img src="FC Portfolio.html/WAL Print Ad.png" alt="Water Air Land" width="600" height="600">
<h2>Water Air Land: Magazine</h2>
<img src="FC Portfolio.html/WAL magazine mockup.png" width="1050" height="700">
<h2>Water Air Land: Website Home Page (Part 1)</h2>
<img src="FC Portfolio.html/WAL Website (1).png" width="900" height="700">
<h2>Water Air Land: Website Home Page (Part 2) </h2>
<img src="FC Portfolio.html/WAL Wesbite (2).png" width="900" height="600">
<h2>Water Air Land: Billboard</h2>
<img src="FC Portfolio.html/WAL Billboard (1).png" width="900" height="600">
</body>
</html>