-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontus.html
More file actions
211 lines (209 loc) · 6.52 KB
/
Copy pathcontus.html
File metadata and controls
211 lines (209 loc) · 6.52 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
*{
margin: 0;
padding: 0;
}
.nav1{
position: relative;
height: 125px;
width: 100%;
background-color: grey;
display: flex;
align-items: center;
}
.im{
height: auto;
width: 100px;
}
.im img{
position: relative;
left: 20px;
height: auto;
width: 100px;
}
.nav1 h1{
position: relative;
left: 20px;
color: white;
}
.nav2{
position: relative;
top: 3px;
background-color: grey;
height: 40px;
width: 100%;
}
.lo{
height: 40px;
display: flex;
justify-content: space-around;
align-items: center;
text-decoration: none;
}
.lo a{
height: 40px;
width: 20%;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: white;
}
.lo a:hover{
background-color: red;
color: white;
cursor: pointer;
}
.con{
position: relative;
top: 50px;
}
.con h1{
text-align: center;
font-family: cursive;
}
.con form input{
height: 13px;
font-size: 10px;
}
footer{
position: relative;
top: 100px;
height: 200px;
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
background-color: grey;
color: white;
}
.usedl ul{
position: relative;
top: 10px;
list-style-type: none;
text-align: center;
font-size: small;
}
.soc{
position: relative;
bottom: 15px;
}
.soc ul{
position: relative;
top: 10px;
list-style-type: none;
display: flex;
justify-content: space-between;
align-items: center;
}
.middle h5{
position: relative;
top: 13px;
}
.middle{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
form{
position: relative;
text-align: center;
}
.middle .mai input{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
top: 30px;
height: 30px;
width: 200px;
font-size: 10px;
text-align: center;
}
.middle .mai button{
position: relative;
top: 50px;
border: 2px solid white;
border-radius: 20px;
font-size: 10px;
height: 30px;
width: 100px;
color: white;
background-color: grey;
}
button:hover{
cursor: pointer;
}
</style>
</head>
<body>
<div class="main"></div>
<div class="nav1">
<a class="im" href="./index.html" id="img1"><img src="./monkey.png" alt="noimg"></a>
<h1 id="on">Contact Us</h1>
</div>
<div class="nav2">
<ul class="lo"">
<a href="./devilf.html">Devil Fruit</a>
<a href="./trans.html">Transformations</a>
<a href="./haki.html">Haki</a>
<a href="./contus.html">Contact Us</a>
<a href="https://www.google.com/">Help</a>
</ul>
</div>
<div class="con">
<h1>Contact us</h1> <br>
<form action="">
<label>First Name</label> <br> <br>
<input type="text" placeholder="Enter Your First Name" size="80"> <br> <br>
<label for="">Last Name</label> <br> <br>
<input type="text" placeholder="Enter Your Last Name" size="80"><br> <br>
<label>Gender</label>
<input type="radio" name="gen"><label>Male</label>
<input type="radio" name="gen"><label for="">Female</label>
<input type="radio" name="gen"><label for="">Other</label><br> <br>
<label for="">Enter email</label> <br> <br>
<input type="email" placeholder="Enter email" size="80"> <br> <br>
<label for="">Problem or Feedback</label> <br><br>
<input type="text" placeholder="Problem or Feedback" size="80"> <br><br>
<button>Submit</button>
</form>
</div>
<footer>
<div class="usedl">
<h5>USEFUL LINKS</h5>
<ul>
<li>About</li>
<li>More</li>
<li>Services</li>
</ul>
</div>
<div class="middle">
<H5>NEWSLETTER</H5>
<form class="mai">
<input type="email" placeholder="Your Email Address">
<button>SUBSCRIBE NOW</button>
</form>
</div>
<div class="soc">
<h5>SOCIAL MEDIA</h5>
<ul>
<li><i class="fa-brands fa-instagram"></i></li>
<li><i class="fa-brands fa-twitter"></i></li>
<li><i class="fa-brands fa-tiktok"></i></li>
<li><i class="fa-brands fa-whatsapp"></i></li>
</ul>
</div>
</footer>
</div>
</body>
</html>