-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
94 lines (76 loc) · 3.8 KB
/
index2.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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">
<title>Box Paper Scissors</title>
<link rel="stylesheet" href="css/bootstrap.css">
<style>
body {
background-image: url('Images/aboutus images/img2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
#overlay {
background: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7));
position: absolute;
top: 0;
overflow: hidden;
}
</style>
</head>
<body>
<div class="card bg-light">
<div style=" position: relative; overflow: hidden;">
<video autoplay muted style="width: 100%; height: 800px">
<source src="Images/aboutus images/ivid4.mp4" type="video/mp4">
<source src="Images/aboutus images/ivid4.mp4" type="video/ogg">
</video>
</div>
<div class="card-img-overlay p-0 mt-0" id="overlay">
<div class="card mb-3 border-0" style="width: 100%; background-color: transparent; color: white;">
<div class="row g-0" >
<div class="col-md-4 ">
<video autoplay muted style="width: 100%; height: 800px; position: relative; overflow: hidden;">
<source src="Images/aboutus images/ivid3.mp4" type="video/mp4">
<source src="Images/aboutus images/ivid3.mp4" type="video/ogg">
</video>
</div>
<div class="col-md-4 "
style="color: white; font-family: Arial, Helvetica, sans-serif; margin-top: 300px;">
<div class="card-body " style=" margin-left: 50px;">
<form >
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" style="width: 400px; "
id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email
with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" style="width: 400px;"
id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Remember Me</label>
</div>
<button type="Login" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
<div class="col-md-4">
<video autoplay muted style="width: 100%; height: 800px">
<source src="Images/aboutus images/ivid5.mp4" type="video/mp4">
<source src="Images/aboutus images/ivid5.mp4" type="video/ogg">
</video>
</div>
</div>
</div>
</div>
</div>
</body>
</html>