-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.html
59 lines (50 loc) · 1.67 KB
/
index.html.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>My Flex card task</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="mild-content">
<img src="/icon sedan.png" height="20" alt="sedan car">
<h1 style="color:white ;">
SEDANS
</h1>
<p>Choose a sedan for its affordability</p>
<p>and excellent fuel economy</p>
<p>I deal for cruising in the city,</p>
<p>or on your next road trip</p>
<br>
<button style="color: rgb(202, 199, 17); font-size: bold; border-radius: 20rem;">Learn more</button>
</div>
<div class="middle-content">
<img src="/icon suv.png" height="20" alt="suv car">
<h1 style="color:white ;">
SUVs
</h1>
<p>Take an SUV for its spacious interior</p>
<p> power and versatibility</p>
<p>Perfect for your next family </p>
<p> vacation and off road adventure</p>
<br>
<button style="color: rgb(12, 76, 105); font-size: bold; border-radius: 20rem;">Learn more</button>
</div>
<div class="top-content">
<img src="/luxury car icon.png" height="20" alt="luxury car">
<h1 style="color:white ;">
LUXURY
</h1>
<p>Cruise in the best car brand </p>
<p></p>without the bloated car price</p>
<p>Enjoy the enhance comfort of a </p>
<p>luxury rental and arrive in style</p>
<br>
<button style="color: rgb(8, 68, 8); font-size: bold; border-radius: 20rem; ">Learn more</button>
</div>
</main>
</body>
</html>