-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (132 loc) · 4.86 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Electric Cars, Solar & Clean Energy | Tesla</title>
</head>
<body class="background">
<div class="heading">
<div class=logo>
<img src="images/tesla.png" width="140" height="90">
</div>
<div class="models">
<p>Model S</p>
</div>
<div class="model3">
<p>Model 3</p>
</div>
<div class="modelx">
<p>Model X</p>
</div>
<div class="modely">
<p>Model Y</p>
</div>
<div class="solarroof">
<p>Solar Roof</p>
</div>
<div class="solarpanels">
<p>Solar Panel</p>
</div>
<div class="shop">
<p>Shop</p>
</div>
<div class="account">
<p>Account</p>
</div>
<div class="menu">
<p> Menu</p>
</div>
</div>
<div class="image">
<div class="a">
<img src="images/car1.jfif" width="1350" height="730">
</div>
<div class="b">
<span>Model 3<span>
</div>
<div class="c">
<span><p>Order Online for Touchless Delivery</p><span>
</div>
<button class="btn">Custom Order</button>
<div>
<img src="images/car2.jfif" width="1350" height="730">
</div>
<div class="b">
<span>Model Y<span>
</div>
<div class="c">
<span><p>Order Online for Touchless Delivery</p><span>
</div>
<div>
<img src="images/car3.jfif" width="1350" height="730">
</div>
<div class="b">
<span>Model S<span>
<div class="s">
<span><p>Order Online for Touchless Delivery</p><span>
</div>
</div>
<div>
<img src="images/car4.jfif" width="1350" height="730">
</div>
<div class="d">
<span><p>Order Online for Touchless Delivery</p><span>
</div>
<div class="b">
<span>Model X<span>
</div>
<div>
<img src="images/home1.jfif" width="1350" height="730">
<div>
<div class="b">
<span>Solar Panels<span>
</div>
<div class="f">
<span><p style="margin-left:660px;">Lowest Cost Solar Panels in America</p><span>
</div>
<img src="images/home2.jfif" width="1350" height="730">
</div>
<div class="b">
<span>Solar Roof<span>
</div>
<div class="d">
<span><p>Produce Clean Energy From Your Roof</p><span>
</div>
<div class="acessories">
<img src="images/earbuds.jfif" width="1350" height="730">
</div>
<div class="e">
<span>Accesories<span>
</div>
</div>
<div class="footer">
<div class="tesla©2022">
<p style="color: grey;">Tesla © 2022</p>
</div>
<div class="Privacylegal">
<p style="color: grey;">Privacy & Legal</p>
</div>
<div class="vehiclerecalls">
<p style="color: grey;">Vehicle Recalls</p>
</div>
<div class="contact">
<p style="color: grey;">Contact</p>
</div>
<div class="career">
<p style="color: grey;">Career</p>
</div>
<div class="news">
<p style="color: grey;">News</p>
</div>
<div class="engage">
<p style="color: grey;">Engage</p>
</div>
<div class="location">
<p style="color: grey;">Location</p>
</div>
</div>
</body>
</html>