-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (29 loc) · 1.36 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
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<head>
<title>
TESLA
</title>
<link rel="stylesheet" href="TESLA.ttf">
<link rel="icon" href="https://www.kindpng.com/picc/m/766-7661223_tesla-logo-motors-png-vector-tesla-logo-png.png" type="image/x-icon">
</head>
<body>
<H1 id="fonty1" style="font-family: tesla;">TESLA</H1>
<nav id="bar1">
<div style="margin-right: 30px;">Model S</div>
<div style="margin-left: 30px;margin-right:30px">Model X</div>
<div style="margin-left: 30px; margin-right=30px">Model Y</div>
<div style="margin-left: 30px; margin-right=30px">Solar Roof</div>
<div style="margin-left: 30px; margin-right=30px">Solar Panels </div>
</nav>
<nav id="bar2">
<div style="margin-right:20px;">Shop</div>
<div style="margin-right:20px;">Account</div>
<div style="margin-right:20px;">Menu</div>
</nav>
<div style="font-size:40px; font-weight:550; font-stretch: expanded;font-family: Arial, Helvetica, sans-serif; margin-left:600px; margin-top: 50px;">Model 3</div>
<u><div style="font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;font-size: large; margin-top:5px; margin-left: 600px;">Schedule a test drive</div>
</u>
</body>