-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathattempt2.html
More file actions
53 lines (45 loc) · 1.82 KB
/
Copy pathattempt2.html
File metadata and controls
53 lines (45 loc) · 1.82 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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="2.css">
</head>
<body>
<div class="parentdiv">
<div class="child1">
<h1 class="mainheading"><b>An inspiring design delivered to <br>your inbox every morning</b></h1>
<p class="paragraph">Our team scouts the internet for the best designs,<br>
illustrations and art and delivers a truly inspiring<br>
one every day to your inbox</p>
<p class="boldline">Show me how it looks</p>
<input class="email" type="email" placeholder="Your e-mail adress">
<button>Register Now</button>
<p class="nospam">Free - No Spam - No Data Sharing</p>
</div>
<div class="child2">
<img src="bigpicture.png" alt="Man With Cup">
</div>
</div>
<footer>
<div class="fdiv">
<ul class="left">Prompt Generator</ul>
<ul class="left">Dweep Daily</ul>
<ul class="left">All contributors</ul>
<ul class="left">Your data on dweep.io</ul>
<ul class="left">Contribute to dweep</ul>
<div class="right1">
<ul class="right">dweep.io</ul>
<ul class="right">Made wih love in India</ul>
<ul class="right"><img src="LinkedinLogo.png"><img src="InstagramLogo.png">
</ul>
<ul class="rightspace"> </ul>
<ul class="right">hello@dweep.io</ul>
</div>
</div>
</footer>
</body>
</html>