forked from annafridamaria/mob-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (54 loc) · 2.45 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
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=>, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker|Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" style=text/style> <title>5 things</title>
</head>
<body>
<h1>5 things under 5 dollarzzz <br> that´ll make your team mates laugh</h1>
<section class="flex-parent">
<div class="image-box-small">
<a
href="https://www.amazon.co.uk/dp/B00291FBCU?slotNum=1&linkCode=g14&imprToken=CTTpTv-uGRWKfvHhrDCBBg&creativeASIN=B000AKB4IM&tag=thecoostuev0e-21" target="_blank">
<img src="2front-teeth-pacifier copy.jpg">
<h3>Amazingly funny pacifier</h3>
</a>
<p>For the baby in all of us!</p>
</div>
<div class="image-box-small">
<a href="https://www.amazon.de/Blue-Vesse-Gedruckt-Baumwolle-Retro-Socken/dp/B01N7PA9JC/ref=sr_1_1?dchild=1&hvadid=379263884590&hvdev=c&hvlocphy=9062457&hvnetw=g&hvpos=1t1&hvqmt=b&hvrand=9016968044342312830&hvtargid=kwd-299055616729&keywords=cool+gifts+under+5&qid=1569569099&s=gateway&sr=8-1
" target="_blank">
<img src="socks.jpg">
<h3>Surprisingly hilarious socks</h3>
</a>
<p>Let your feet do the talking!</p>
</div>
<div class="image-box-small">
<a href="https://findd.co/shop/poop-emoji-pillow/" target="_blank">
<img src="poop.jpg">
<h3>Poop emoji pillow</h3>
</a>
<p>For those who still thinks poop is fun!</p>
</div>
<div class="image-box-big">
<a href="https://www.coolstuff.se/Spralla-Otrevliga-Ballonger-10-pack" target="_blank">
<img src="balloons.jpeg">
<h3>Hateful celebration</h3>
</a>
<p>Balloons for your enemy!</p>
</div>
<div class="image-box-big">
<a href="http://www.hahaprank.com/umbrella-hat.html" target="_blank">
<img src="umbrella-hat copy.png">
<h3>Unbelivable umbrella hat</h3>
</a>
<p>No one can stand under your umberella-ella-ella because it's your hat!</p>
</div>
</section>
<hr>
<footer>© Design by 50% of Techquise</footer>
</body>
</html>