-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (47 loc) · 1.79 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Funkis</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<div class="container-fluid">
<h1>Funkis</h1>
<div class="row row-cols-4">
<div>
<p> Age of Ultron Wanda</p>
<img src="img/aouwanda.jpg" width="150" alt="a funko pop i spent a lot of money on" />
</div>
<div>
<p> Anti Venom </p>
<img src="img/antivenom.jpg" width="150" alt="cool funko i got in a mystery box thats work £90">
</div>
<div>
<p>Integrated Spiderman Suit </p>
<img src="img/spidey.jpg" width="150" alt="idk i just think this funko looks cool">
</div>
<div>
<p> Halloween Wanda</p>
<img src="img/halwanda.jpg" width="150" alt="i waited a year for this funko pop">
</div>
<div>
<p>The Scarlett Witch</p>
<img src="img/floatwanda.jpg" width="150" alt="this one looks pretty sick dont u think">
</div>
<div>
<p>Kate Bishop and Lucky the dog</p>
<img src="img/katebishop.jpg" width="150" alt="look how fucking cute this tiny dog funko is, also luv u kate">
</div>
<div>
<p>Yelena</p>
<img src="img/yelena.jpg" width="150" alt="A LITERAL FUCKING GODDESS I LOVE YOU YELENA">
</div>
<div>
<p>Civil War Wanda</p>
<img src="img/cwwanda.jpg" width="150" alt="i paid £20 for this on ebay and its my greatest achievement">
</div>
</div>
</div>
</body>
</html>/