-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
81 lines (54 loc) · 2.36 KB
/
Copy pathcode.html
File metadata and controls
81 lines (54 loc) · 2.36 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title> Home Decor
</title>
<style>
p{
text-align: center;
color: rgba(0,0,0,1);
position: absolute;
left: 0;
width: 100%;
bottom: 200px;
z-index:100;
}
h6{
text-align: center;
color: rgba(0,0,0,1);
position: absolute;
left: 0;
width: 100%;
bottom: 0;
z-index:100;
}
video {
position: fixed;
z-index: 1;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
a{
z-index: 2;
position: fixed;
}
</style>
</head>
<body style="background-color:Beige;">
<p style="color: white; font-family: Bahnschrift Condensed; font-size: 1.5rem">About Us<br/><br/>Projects<br/><br/>Contact</p>
<h6 style="color: white; font-family: Bahnschrift Condensed; font-size: 1rem">© Copyright 2019 - Spaceintegration</h6>
<div class="video">
<video src="htmlvidppt.MP4" width="1000" height="1000" muted loop autoplay></video>
</div>
<br/><br/><br/><br/><br/><br/><br/>
<a href="https://www.instagram.com/ananyashah827?igsh=OTN4ajZ2OHZ1Ynlr"><img align="left" src="https://freelogopng.com/images/all_img/1658588720instagram-logo-black-and-white.png" alt="Instagram" width="60" height="61"/></a>
<br/><br/><br/><br/><br/><br/><br/>
<a href="<a href="https://wa.link/spj09q"><img align="left" src="https://www.citypng.com/public/uploads/preview/-41601136064v1yaquf4dr.png" alt="whatsapp" width="61" height="61"/></a>"
<br/><br/><br/><br/><br/><br/><br/>
<a href=""><img align="left" src="https://www.transparentpng.com/thumb/facebook-logo-png/image-black-facebook-logo-png-26.png" alt="facebook" width="63" height="61"/></a>
<br/><br/><br/><br/><br/><br/><br/>
<a href=""><img align="left" src="https://clipart-library.com/image_gallery2/Linkedin.png" alt="whatsapp" width="68" height="63"/></a>
</body>
</html>