-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>Awesome present</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<meta charset="UTF-8">
</head>
<body>
<div style="margin-bottom: 10rem">
<h1>Awesome present</h1>
<h3>Jazda na BMW Z4 ROADSTER!</h3>
<ul>
<li><strong>Počet valcov:</strong> 6</li>
<li><strong>Typ motora:</strong> Atmosférický</li>
<li><strong>Objem motora:</strong> 3 l</li>
<li><strong>Prevodovka:</strong> Automatická</li>
<li><strong>Pohon:</strong> Zadná náprava</li>
<li><strong>Výkon:</strong> 170 kW</li>
<li><strong>Maximálna rýchlosť:</strong> 250 km/h</li>
<li><strong>Zrýchlenie z 0 na 100 km/h:</strong> 5,9 s</li>
</ul>
<div class="images">
<img src="img/img.png"/>
<img src="img/img_1.png"/>
<img src="img/img_2.png"/>
<img src="img/img_3.png"/>
</div>
<div>
<strong>Diaľničná známka.</strong>
</div>
<div style="margin-top: 1rem">
<strong>Trvanie:</strong> 40 minút.
</div>
<div style="margin-top: 1rem">
<strong>Pohonné hmoty:</strong> neriešiš.
</div>
<div style="margin-top: 1rem">
<strong>Kde:</strong> čerpacia stanica SHELL Petrovianska 53 080 05 Prešov.
</div>
<div style="margin-top: 1rem">
<strong>Kedy:</strong> to už je na vás (zatiaľ je termín 22.04.2022 o 18:00).
</div>
</div>
</body>
</html>