forked from shiv292003/contactme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactme.html
More file actions
64 lines (59 loc) · 1.82 KB
/
contactme.html
File metadata and controls
64 lines (59 loc) · 1.82 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
<!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>contactme</title>
<style type="text/css">
input[type=submit] {
background-color: whitesmoke;
border: none;
color: black;
padding: 15px 30px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
.bstyle{
text-align: center;
color: white;
}
#one{
align-content: center;
height: 60px;
width: 60px;
display: block;
margin-left: auto;
margin-right: auto;
}
.text {
font-size: 20px;
padding-left: 20px;
}
span{
padding: 55%;
}
</style>
</head>
<body style="background-color: rgba(0, 0, 0, 0.733);">
<b><h1 style="color: white ; text-align:center; font-family: 'Brush Script MT', cursive; font-size: 70px;">Get in touch with me</h1></b>
<div >
<img id="one" src="mailicon.png">
<span><a href="mailto:shivshakti292003@gmail.com" style="color:white">shivshakti292003@gmail.com</a></span>
<img id="one" src="phoneicon.jpg" ><span style="color:white">7455852298</span>
<img id="one" src="locationicon.jpg" ><span style="color:white">baldeo(mathura),UPindia </span>
</div>
<br><br>
<form action="" class="bstyle">
<b><label for="information" >information</label></b>
<input type="text" name="" id=""><br>
<b><label for="password">password</label></b>
<input type="password" name="" id=""><br>
<input type="checkbox" name="" id="">
<b><label for="">18+</label></b>
<br>
<input type="submit" name="" id="">
</form>
</body>
</html>