-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 2.03 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="link" rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400&display=swap"
rel="stylesheet">">
<link rel="stylesheet" href="link" rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@200;300&family=Lexend+Deca:wght@100;200;300;400&display=swap"
rel="stylesheet">
<title>flexbox and grid assignment</title>
</head>
<body>
<a href="grid.html">click here to check the grid page</a>
<div id="father">
<div class="f1">
<img src="icon-sedans.svg">
<h3>SEDANS</h3>
<p>choose a sedan far its affordability and excellent fuel economy. ideal for cruising in the city or on
your next froad trip </p>
<button class="b1"> Learn more</button>
</div>
<div class="f2">
<img src="icon-suvs.svg">
<h3> SUVS</h3>
<p> take an SUV for its spacious interior ,power ,and versatility.perfect for your next family vacation and
off-road adventures.</p>
<button class="b2"> learn more</button>
</div>
<div class="f3">
<img src="icon-luxury.svg">
<h3>LUXURY</h3>
<p> cruise in the best car brands without the bloated prices. Enjoy the enhanced comfort of a luxury rental
and arrive in style.</p>
<button class="b3"> learn more</button>
</div>
</div>
</body>
</html>