-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (73 loc) · 2.04 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title> Docspot </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
*{
box-sizing: border-box;
}
body{
background:url('https://wallpapercave.com/wp/wp2386912.jpg');
background-size:cover;
font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
font-size: 22px;
color: #f1f1f1;
margin:0;
}
img{
margin: 7px 10px;
display:inline-block;
}
a:link, a:visited {
background-color: white;
border: #000000;
color: #000000;
padding: 14px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size:16px;
margin:4px 2px;
cursor:pointer;
float:right;
border: 2px solid #000000;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.navbar {
overflow: hidden;
background-color: #000000;
position: fixed;
bottom: 0;
width: 100%;
}
.navbar a {
background: #000000;
color: #f1f1f1;
float: left;
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background: #f1f1f1;
color: #000000;
}
</style>
</head>
<p><img src="logo.png" alt="logo" style="width:50px; height:50px; border-radius:50%; float:left; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); "><h1><b>DOCSPOT</b></h1></p>
<a href="file:///D:/Anu/Backend/2nd_page/index.html" >LOGIN</a>
<a href="file:///D:/Anu/Backend/2ind%20pg/index.html">SIGN UP</a><br><br>
<center><img src="poster.png" alt="banner" style="width:700px; height:500px; margin-left:auto; margin-right:auto; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); " ></center>
<div class="navbar">
<a href="https://www.google.com/">About us</a>
<a href="https://www.google.com/">Terms of use</a>
<a href="https://www.google.com/">Privacy Policy</a>
<a href="https://www.google.com/">FAQ's</a>
<a href="https://www.google.com/">Contact</a>
</div>
</body>
</html>