-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (85 loc) · 2.52 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>The portfolio</title>
<link rel="icon" type="image/jpg" href="./images/cat.jpg">
<style>
@media only screen and (max-width: 680px) {
body {
}
}
body{
background-image:url("./images/cat.jpg");
background-color: #4E76B3;
background-repeat: no-repeat;
/* background-attachment: inherit; */
/* position: relative; */
z-index: -5;
/* left: 800; */
/* right: 300; */
height:50%;
width:100%;
}
.header{
color:#E9F4FA;
}
.otter{
color:#FFFFFD;
}
.get{
color: #FFFFFD;
height:35px;
width:150px;
border-radius:15px;
text-align:center;
color:#FFFFFD;
background-color:#4E76B3;
border: 2px solid #fff;
}
.sign{
color:#FFFFFD;
background-color:#4E76B3;
border-radius: 60px;
width:80px;
border: 2px solid #fff;
}
@media (max-width:1000%)
{
/* background-color: blue; */
}
.blank{
border-radius: 50px;
width:100px;
/* padding-left: 30px; */
}
</style>
</head>
<body>
<div class="header" id="bg">
<h4 class="left"style="padding-left:100px"> home products success stories pring supports
<span style="padding-left:250px">
<input class="blank" type="text"placeholder="" >
<button class="sign"> sign up</button>
</span>
</h4><br>
<br>
<br>
<br>
<br>
<div style="padding-left:40px">
<h1 class="otter";>OTTER <br>
EXPRESS
</h1>
<h3 class="one">One hour courier service in the same city. <br>
your satisfaction is our task.
</h3>
<br>
<button class="get" >Get started</button>
</div>
</div>
</body>
</html>