-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 865 Bytes
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Neighborhoods</title>
<style>
article {
width:60%;
height:200px;
background-color: green;
margin:20px auto;
}
</style>
</head>
<body>
<header style="width:90%; height:150px; background-color:orange; margin:0px auto; text-align: center; line-height: 150px; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'; font-size: 24px;">
<h1>Neighborhood Living</h1>
</header>
<article>
<p style="margin:8px; padding:15px; font-size:20px;">THeou jpguioa uoujj ajtuh wouir ahhoo n jouhoag ns poipauigyw.</p>
</article>
<figure style="margin:0px auto; width:60%; height:500px; background-color:yellow; text-align: center;">
<img src="_images/JPEG/DSC04829.jpg" width="750" height="500" alt="" style="margin:0px auto;"/>
</figure>
</body>
</html>