forked from rohanputhukudy/TEST-Bootcamp-Week-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html
47 lines (26 loc) · 1.42 KB
/
list.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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang = "en-US">
<head>
<link href = "styles/list-page.css" rel = "StyleSheet">
<meta charset= "utf-8"/>
<!-- <script src = "button.js" defer></script> -->
<title>Secret Recipes</title>
</head>
<body>
<style>#GFG {text-decoration: none;}</style>
<h1>Recipes</h1>
<div class = "flex-column">
<div><a id = "GFG" href= "Ube-Cheesecake.html"><btn class= "ube">Ube Cheescake</btn></a></div>
<div class ="img"><img src ="images/lemoncheesecake.jpg" alt = "cheesecake" style="width: 500px; height: 300px;"/></div>
<div><a id = "GFG" href= "cookies-and-cream-brownies.html"><btn class = "cookies">Cookies and Cream Brownies</btn></a></div>
<div class = "img"><img src = "images/oreoCake.jpg" alt = "oreo cake" style = "width: 500px; height: 350px"/></div>
</div>
<div class = "flew-row">
<div class = "puffers"><img src = "funImages/msPuff.png" style = "width: 400px; height: 400px"/></div>
<div class = "goodBurger"><img src = "images/goodburger.png" alt = "Yay!"/></div>
</div>
</body>
</html>
<!-- Recipes
Ube Cheesecake
Cookies and Cream Brownies -->