-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="sample.css">
</head>
<body>
<ul class="flex-container">
<li class="flex-item1">
<img src="images/icon-luxury.svg">
<h2>SEDANS</h2>
<P>Choose a sedon for its affordability and excellent fuel economy, ideal for cruising in the city or on your next road trip</P>
<button type="button" class="button">Learn More</button>
<p ></p>
</li>
<li class="flex-item2">
<img src="images/icon-sedans.svg">
<h2>SUVS</h2>
<P>Take on SUV for its spacious interior, powe, and versability, perfect for your next family vacation and off-road adventures.</P>
<button type="button" class="button">Learn More</button>
</li>
<li class="flex-item3">
<img src="images/icon-suvs.svg">
<h2>LUXURY</h2>
<P>Cruise in the best car brands without the blooted prices. enjoy the enhanced confort of a luxury rental and arrive in style.</P>
<button type="button" class="button">Learn More</button>
</li>
</ul>
</body>
</html>