-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGolf 8R.HTML
52 lines (50 loc) · 1.86 KB
/
Golf 8R.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Golf 8R</title>
<link rel="stylesheet" href="CSS/latest-inventory.css" />
</head>
<body>
<section class="car-details">
<h2>Golf 8R</h2>
<img src="IMG/Golf8R.png" alt="Golf 8R" style="width: 100%; height: auto;">
<table>
<tr>
<th>Characteristic</th>
<th>Description</th>
</tr>
<tr>
<td>Engine</td>
<td>2.0L Turbocharged Inline-4</td>
</tr>
<tr>
<td>Maximum power</td>
<td>315 к.с.</td>
</tr>
<tr>
<td>Acceleration</td>
<td>0 to 100 km/h in 4.7 seconds</td>
</tr>
<tr>
<td>Transmission</td>
<td>7-speed DSG automatic</td>
</tr>
<tr>
<td>Drive</td>
<td>4MOTION® four-wheel drive</td>
</tr>
</table>
<p><strong>Fast as fast can be:</strong> The Mk8 Golf R is the most powerful new Golf ever sold in the U.S.
Better hold on tight. It also has customizable 4MOTION® all-wheel drive that you can tune to your needs and desires.
This high-performance hatchback gives new meaning to the word "driving pleasure".</p>
<p><strong>They say it's rude to stare:</strong> Let's take a moment to admire the Golf R's design. Okay, maybe more than a moment.
The unique front bumper, combined with side skirts and a rear diffuser, really screams sporty sophistication.
Don't you think? It also maximizes aerodynamics.
And we can't ignore the interior, which continues the athletic look and is filled with high-quality materials. Quite fitting for this high-performance hatchback.</p>
<p class="price">$25 / day</p>
<a href="booking.html"><button class="book-btn">Book now</button></a>
</section>
</body>
</html>