-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (60 loc) · 1.98 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
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>SKI DI BI DI DIB DOB DOB YES YES</title>
<link
rel ="stylesheet"
href ="style.css"
/>
</head>
<body>
<div id="ex">
<div class="image-box">
<a href="https://www.youtube.com/watch?v=7Qxa19ODUIQ">
<img class="bordoimg rounded"
src="images/skibi.jpg" width="350" >
</a>
</div>
<div class="nome">
<h1 class="box_nome">SKI DI BI DI DIB</h1>
</div>
<div class="motivo1">
<div class="text1">
<p>Miglior kebabbaro del mondo</p>
</div>
<div class="text2">
<p>Le sue capacità di cucina sono insuperate e ineguagliabili.</p>
<p>Ciò è dimostrato dalle sue opere d'arte</p>
<p>disponibili nei suoi ristoranti</p>
</div>
<div class="agababa">
<img src="images/agababa.png"/>
</div>
</div>
<div class="motivo2 mt">
<div class="ski">
<video muted loop autoplay id="SKIBIDIBOP" width="1250px">
<source src="images/videoplayback (1).mp4" type="video/mp4">
</video>
</div>
<div class="motivo2DX">
<div class="text3">
<p>Ballerino rivoluzionario</p>
</div>
<div class="text4">
<p>Ha inventato una nuova mossa di danza</p>
<p>basata sul movimento di panza</p>
</div>
</div>
</div>
<div class="motivo3">
<div class="text4">
<p></p>
</div>
</div>
<div id="footer">
<h2>Sugrodrum bottom text</h2>
</div>
</div>
</body>
</html>