-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.32 KB
/
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
28
29
30
31
32
33
34
35
36
<html>
<head>
<link rel="stylesheet" href="style.css">
<body>
<h1>Recipes for the Soul!</h1>
<img src="https://media.istockphoto.com/vectors/african-american-granny-holding-turkey-vector-id165599240?b=1&k=20&m=165599240&s=612x612&w=0&h=EadwZT3894Nq9wMOUEt0k1-Fd1oMVNj1WNFuO346pJo=">
<h3 id='image label'>A collection of soul recipes</h3>
<ul>
<li><a href=".\recipes\Chicken.html">Home-ade Fried Chicken</a></li>
<li><a href=".\recipes\Oxtails with gravy.html">Oxtails with Gravy</a></li>
<li><a href=".\recipes\Baked Macaroni and Cheese.html">Baked Macaroni & Cheese</a></li>
</ul>
<div id="My-Soulfood-Website">
Grandma's Recipe's
</div>
<style>
p {
background-color: green;
color: white;
font-size: 18px;
}
</style>
<p>style me in green</p>
<button style="background-color: orange; font-size: 18px;">
style me also in orange nigga
</button>
</body>
</head>
</html>