-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.html
65 lines (49 loc) · 1.86 KB
/
welcome.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
<html>
<title>
HOME
</title>
<style>
body {
background-color: #1c1c1c
}
font.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
.container {
position: relative;
}
.bottomright {
position: absolute;
bottom: 8px;
right: 16px;
font-size: 18px;
border: 3px solid #515a5a;
}
div.login{
position: absolute;
top:250px;
left:300;
}
div.contact{
position: absolute;
top:250px;
left:850;
}
</style>
<body>
<div class="login">
<form action="login.html">
<input type="image" src="loginbtn.jpg" alt="Submit" width="200" height="100">
</form>
</div>
<html>
<body>
<div class="contact">
<form action="guest.html">
<input type="image" src="contbtn.jpg" alt="Submit" width="200" height="100">
</form>
</div>
<center> <img class="pos" src="fitness.png" style="width:500px;height:80px;"></center>
</body>
<div class="bottomright">DESIGNED BY <font class="sansserif" color="#cd292a">VIGNESH </font> AND <font class="sansserif"color="#cd292a">HARSH </font></div>
</html>