-
Notifications
You must be signed in to change notification settings - Fork 0
/
ascontact.html
31 lines (25 loc) · 1.05 KB
/
ascontact.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
<html>
<body background="https://images.pexels.com/photos/304664/pexels-photo-304664.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" width="100%">
<div class="photo">
<img src="https://static-ai.asianetnews.com/images/01e4pqnz3xgkcktd6a0n65355w/nd-jpg.jpg" width="550px">
</div>
<p>
<div class="content">
<center><h1>Let's get in touch</h1></center> </div>
<center><img src="https://cdn.icon-icons.com/icons2/2428/PNG/512/gmail_black_logo_icon_147126.png" width="100px"></center>
<p><b><center>[email protected]</center></b></p>
<center><img src="https://cdn.icon-icons.com/icons2/2428/PNG/512/instagram_black_logo_icon_147122.png" width="100px"></center>
<p><b><center>navanik1998</center></b></p>
<center><img src="https://cdn.icon-icons.com/icons2/1129/PNG/512/mobilephone_79875.png" width=100px></center>
<p><center><b>+94 77 2349852</b></center></p>
</p>
</body>
<style>
.photo{
float:right;
}
body{
background-color: rgb(119,136,153);
}
</style>
</html>