-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (193 loc) · 6.25 KB
/
Copy pathindex.html
File metadata and controls
195 lines (193 loc) · 6.25 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
<!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: 8px;
display: flex;
justify-content: space-around;
align-items: center;
}
.con p{
text-align: justify;
}
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 class="nav1">
<a class="im" href="./index.html" id="img1"><img src="./monkey.png" alt="noimg"></a>
<h1 id="on">Monkey.D.Luffy</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">
<img src="./noimage.jpg" alt="noimg">
<p>Monkey D. Luffy, also known as "Straw Hat Luffy" and commonly as "Straw Hat", is the founder and captain of the increasingly infamous and powerful Straw Hat Pirates, as well as the most powerful of its top fighters. He desires to find the legendary treasure left behind by the late Gol D. Roger and thereby become the Pirate King, which would help facilitate an unknown dream of his that he has told only to Shanks, his brothers, and crew. He believes that being the Pirate King means having the most freedom in the world. So far he is very close on reaching the last island obtaing the treasure also known as 'One Piece' which will give him the title of the Pirate king.</p>
</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>
</div>
</footer>
</body>
</html>