-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCorolla.html
More file actions
85 lines (77 loc) · 3.42 KB
/
Corolla.html
File metadata and controls
85 lines (77 loc) · 3.42 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Title-->
<title> Renzo Corolla </title>
<meta charset="UTF-8"/>
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="s1qtylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
</head>
<body background="bk.jpg">
<div class="navbar">
<a class="active" href="home.html" style ="float:left"><i class="fa fa-fw fa-home"></i> Renzo's</a>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact Us</a>
<a href="about.html"><i class="fa fa-fw fa-user"></i> About Us</a>
<div class="dropdown">
<button class="dropbtn">Vehicles
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="Rav4.html" style="color: black">Toyota Rav4</a>
<a href="Camry.html" style="color: black">Toyota Camry</a>
<a href="Corolla.html" style="color: black">Toyota Corolla</a>
<a href="Noah.html" style="color: black">Toyota Noah</a>
</div>
</div>
<a href="gallery.html"><i class="fa fa-fw fa-search"></i> Gallery</a>
</div>
<!-- Car picture -->
<div>
<img src="images/Cars_img/Toyota Corolla/Toyota Corolla.png" alt="2020 Toyota Corolla" width="1349" height="600">
</div>
<br>
<!-- Paragraph -->
<div>
<p style="text-align:center">A sedan that continues to embrace challenges. The fundamentals of the automobile perfected. Robust exhilarating performance inspires an active lifestyle. This car comes in a variation of different colors.</p>
</div>
<br>
<div class="a">
<h1 style="text-align:center">Specification</h1>
</div>
<br>
<!-- Specification Table -->
<div>
<table>
<tr>
<th>Base price</th>
<th>Drive wheels</th>
<th>Base Engine </th>
<th>Transmission</th>
<th>Body style</th>
<th>Seat upholstery</th>
</tr>
<tr>
<td> $32,282</td>
<td> Front</td>
<td>2ZR-FAE/td>
<td> CVT</td>
<td>4-door sedan</td>
<td>Sport cloth</td>
</tr>
</table>
</div>
<br>
<!--Social Media Links-->
<div>
<footer>
<a style="float:right; margin-right: 20px" href="https://twitter.com/ToyotaJamaica" class="fa fa-twitter"></a>
<a style="float:right ; margin-right: 25px" href="https://www.instagram.com/toyotajamaicaltd/?hl=en" class="fa fa-instagram"></a>
<a style="float:right; margin-right: 30px" href="https://www.facebook.com/ToyotaJamaica/" class="fa fa-facebook"></a>
<p>Privacy Policy ©2019 RENZO'S CORPORATION. ALL RIGHTS RESERVED</p>
</footer>
</div>
</body>
</html>