-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuy1.html
55 lines (44 loc) · 1.71 KB
/
buy1.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
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Buy</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="buy1.css">
</head>
<body>
<section>
<div class="circle"></div>
<header>
<a href="#">
<img src="images/cakefav.png" class="logo" alt="">
</a>
<span class="title">Amazing Baker's</span>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Rohan/code/bakeryhomepage.html">Menu</a></li>
<li><a href="Rohan/code/bakeryhomepage.html">Whats New</a></li>
<li><a href="index.html#footer">Contact</a></li>
</ul>
</header>
<div class="content">
<div class="textbox">
<h2>It's Not Just Bread <br>It's <span>Birthday Cake</span></h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto neque saepe ipsa quis sed voluptates
esse dicta aliquam assumenda pariatur. Explicabo blanditiis temporibus similique distinctio corporis
quod, nisi voluptates dolores inventore molestiae!</p>
<a href="form.html">Buy Now</a>
</div>
<div class="imgbox">
<img src="images/cake2.png" class="starbucks" alt="">
</div>
<div class="price">
<span> ₹ </span>
<span class="no">200</span>
</div>
</div>
</section>
</body>
</html>