-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpicture.html
More file actions
37 lines (33 loc) · 1.03 KB
/
picture.html
File metadata and controls
37 lines (33 loc) · 1.03 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="picturestyle.css">
<title>Document</title>
</head>
<body>
<nav class="navigation">
<h1>Home</h1>
<h1>Artist</h1>
<h1>Artwork</h1>
<h1>Contact</h1>
</nav>
<header>
<img class="mountain" src="b10302eaca087bca6b66d0426a4451bbb9780223.png" alt="">
<a href="menu2.html" class="icon"><img src="hamburger.svg" alt="hamburger icon"></a>
</header>
<main>
<p class="nature">
NATURE
</p>
<h2>Tumble outta bed and stumble to the kitchen</h2>
<p class="author">
By: Dolly Parton
</p>
<p class="smile">
All you got to do is smile that smile. And there go all my defenses. Just leave it up to you and in a little while. You're messing' up my mind and filling' up my senses.
</p>
</main>
</body>
</html>