-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 1.09 KB
/
index.html
File metadata and controls
24 lines (21 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>My Fake Charity</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1 class="Main-title">Feed the Dogs Charity</h1>
<section>
<h3 class="heading-h2">What is this charity about?</h3>
<p class="Main-description">This charity is for the hungry stray dogs in the town of Doeist. We will raise money to feed them high quality steaks, and the amount of money needed to sufficiently feed the stray dogs would be around $5000 - $6000.</p>
<p class="popout-text">We would appreciate any amount of money your willing to donate.</p>
</section>
<div>
<img class="image" src="images/sad_puppy.jpeg" alt="A sad looking white puppy sitting infront of a cage." width="300">
<img class="image" src="images/cooked_steak_cut.jpg" alt="A pice of cooked steak on a cutting board, halfway cut into smaller pieces" width="338">
</div>
</body>
</html>