-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbanpancake.html
More file actions
49 lines (45 loc) · 1.72 KB
/
Copy pathbanpancake.html
File metadata and controls
49 lines (45 loc) · 1.72 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
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<center><div class="topnav" style="background-color:rgb(221, 167, 92) ;margin-top: -45px;">
<span style="color: rgb(109, 22, 22);"><h1>FOODISM.COM</h1></span>
<h2 style="color: rgb(109, 22, 22);"><a class="head1"href="/home/aspire/Documents/GitHub/Foodism-recipeeee/html project/html proj1.1/index.html">Home</a>
<a class="head1" href="recipe.html">Recipes</a>
<a class="head1" href="add.html" id="p1"> Add Your Recipe</a>
<a class="head1" href="about.html">About</a>
<a class="head1" href="contact.html">Contact</a></h2>
<hr>
</div> </center>
<title>Banana Pancake</title>
</head>
<body style="display: grid;
font-family: 'Poppins', sans-serif;
font-size: 27px;
font-weight: 700;
height: 100vh;
place-items: top;
min-height: 100vh;
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;"
>
<table style="transform: translate(2000px,100px);">
<tr><h4>Banana Pancakes</h4></tr>
<tr><pre style="font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;">
Wake up on the right side of the bed with a
stack of sweet, cozy, and simple banana pancakes.
This top-rated banana pancake recipe is easy
to make and it comes together in just 15 minutes,
so you don't have to wake up early to enjoy
a satisfying breakfast. Learn how to make, store,
and serve the best banana pancakes ever.</pre></tr>
</table>
<img src="bananapancake.jpeg" height="400px" width="600px" style="transform: translate(800px,-140px)";>
</body>
<footer style="margin-bottom: 0;" >
<div style="background-color: rgb(221, 167, 92);"> <center>
<h4> © 2023 Foodism.com Built by Himanshu Poojary</h4></center>
</div>
</footer>
</html>