-
Notifications
You must be signed in to change notification settings - Fork 0
/
ella.html
91 lines (84 loc) · 2.91 KB
/
ella.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
90
91
<!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>ella</title>
<link rel="stylesheet" href="ella.css">
<link rel="stylesheet" media="screen and (max-width: 800px)" href="phone.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<header>
<img src="ella..png" alt="" id="log">
</header>
<section1>
<img src="Group 53.png" alt="" id="sec1-img">
</section1>
<section2>
<div class="txt" id="txt1">
<p>
Hi there, we are please to have you as one of our first users.
</p>
</div>
<div class="txt" id="txt2">
<p>
We seriously couldn't happier that you're interested in what we believe.
</p>
<div class="txt" id="txt3">
<p>
We can't wait to see you create, and I'm sure you're going to make someone smile like crazy.
</p>
</div>
</section2>
<section3 id="flex">
<div class="pics">
<img src="Group 54.png" alt="">
<img src="Group 55.png" alt="">
</div>
<div class="container">
<div id="name1">
<h5>Heartsy</h5>
<p class="small-letters">Filter quickly by using our heartsy tool</p>
</div>
<div id="name2">
<h5>PawPaw</h5>
<p class="small-letters">Book online with PawPaw</p>
</div>
</div>
<div class="pics">
<img src="Group 56.png" alt="">
<img src="Group 57.png" alt="">
</div>
<div class="container">
<div id="name3">
<h5>Foodeey</h5>
<p class="small-letters">Foodeey is only for you</p>
</div>
<div id="name4">
<h5>Delivery</h5>
<p class="small-letters">We deliver,anywhere,everywhere </p>
</div>
</div>
</section3>
<section4>
<p id="msg">Start Creating awesome Stuff :)</p>
</section4>
<footer>
<div class="footer-content">
<h3>We'd love to hear from you!</h3>
<p>Help us improve by sharing your feedback in this short survey.</p>
<ul class="social">
<li><img src="f.png" class="img1" alt=""></li>
<li><img src="t.png" class="img1" alt=""></li>
<li><img src="i.png" class="img1" alt=""></li>
</ul>
</div>
<div class="footer-bottom">
<p>copyright © 2018 <b>ella.</b> Rights Reserved</p>
<p><b>help@ella.com|1(800)123-90-87</b></p>
</div>
</footer>
</body>
</html>