-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject1.html
40 lines (40 loc) · 972 Bytes
/
Project1.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
<!DOCTYPE html>
<head>
<title>Eleanor Ezimah</title>
<style>
body {
text-align: center;
background: url("https://imgur.com/ckEjljU.png");
background-size: cover;
background-position: center;
color: #000;
font-family: helvetica;
}
p {
font-size: 22px;
}
input {
border: 0;
padding: 10px;
font-size: 18px;
}
input[type="submit"] {
background: black;
color: white;
}
img{
height: auto;
width: auto;
max-width: 200px;
max-height:200x;
}
</style>
</head>
<body>
<img src="https://i.imgur.com/2KBoXoc.jpg">
<p>Hello, I'm Eleanor Ezimah a UI/UX Designer and Web Developer. Please feel free to reachout to me if you need my services.</p>
<p><input type="Name" placeholder="Your Name"> </p>
<p><input type="email" placeholder="Your email"></p>
<p><input type="Service" placeholder="Your Need"></p>
<input type="submit">
</body>