-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp5.html
45 lines (36 loc) · 2.49 KB
/
p5.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--stylesheet-->
<link rel="stylesheet" href="style2.css">
</head>
<body>
<!--section5-->
<section>
<div class="header">
<h2>Testimonials</h2>
Here is our past patners you can reach out to
</div>
<button > Save search</button>
<div class="flex-container5">
<div class="flex"> <header> <h4>AERO GLOBALS</h4> <div class="country">Toronto</div></header>
<p>
We executed a very goood project worth over a $30 billion, the property is located along the DA-VINCI estate in Toronto.
</p>
</div>
<div class="flex">
<header><h4>ALABAMA CONSULTANCY</h4><div class="country">Alabama</div></header>
<p>
We executed a very goood project worth over a $30 billion, the property is located along the DA-VINCI estate in Toronto.
</p>
</div>
<div class="flex"> <header><h4>SKITTLES PALACE</h4> <div class="country">Saudi Arabia</div></header>
<p>
We executed a very goood project worth over a $30 billion, the property is located along the DA-VINCI estate in Toronto.
</p>
</div>
</div>
</section>
</body>
</html>