-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp3.html
40 lines (32 loc) · 1.53 KB
/
p3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--stylesheet-->
<link rel="stylesheet" href="style1.css">
</head>
<body>
<!--section3-->
<section id="right">
<img src="images/IMG-20220619-WA0167.jpg"/>
<!--text beside the image-->
<div class="image_side">
<div class="top">
Benefits of choosing us as your agent.
</div>
<div class="after">
We give an environment worthy of living with ease, enabling a great chemistry between you and your neighbours.
</div>
<p/>
<div class="flex-container">
<div class="flex"> Tour</div>
<div class="flex">Accesibility</div>
</div>
<div class="flex-container">
<div class="flex">Park</div>
<div class="flex" >Free-Wifi</div>
</div>
</div>
</section>
</body>
</html>