-
Notifications
You must be signed in to change notification settings - Fork 0
/
cupcakeshop.html
37 lines (29 loc) · 1.38 KB
/
cupcakeshop.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
<!DOCTYPE html>
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<title>Cupcake Shop</title>
</head>
<div>
<body>
<h1>Welcome to our Cupcake Shop</h1>
<h3>Our cupcakes are good</h3>
<h4 class="flashy">Featured</h4>
<img src="imgs/anime.jpg" alt="Princess Cupcake">
<p>Our monthly feature is a stylish cupcake, perfect for your <a href="https://s-media-cache-ak0.pinimg.com/236x/33/cb/df/33cbdf0d2e5210067828602c4bd0d1b3.jpg"> anime princess!</a></p>
<h4 class="best">Most Popular</h4>
<img src="imgs/velvet.jpg" alt="Velvet Cupcake">
<p>Our delicious velvet cupcake is our most popular choice!</p>
<h4 class="value">$$$Best Value$$$</h4>
<img src="imgs/pink.jpg" alt="Pink Cupcake">
<p>For some reason these pink monstrosities don't sell, so we have slashed our prices!</p>
<h4 class="flashy">Chocolate Lovers</h4>
<img src="imgs/choco.jpg" alt="Chocolate Cupcake">
<p>Chocolate with more chocolate, need we say more?</p>
<h4 class="flashy">Jumbo Cupcake</h4>
<img src="imgs/jumbo.jpg" alt="Jumbo Cupcake">
<p>It's HUGE! Trust us, despite the total lack of scale in our picture.</p>
<p>Contact: <a href="mailto:[email protected]"> Kyle Wolfson </a> or <a href="mailto:[email protected]"> Ian Lesikar </a></p>
</body>
</div>
</html>