-
Notifications
You must be signed in to change notification settings - Fork 0
/
assign1.html
51 lines (44 loc) · 1.55 KB
/
assign1.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
<!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>Document</title>
<link rel="stylesheet" href="assign1.css">
</head>
<body>
<div class="main">
<div class="content">
<p class="Heading">An algorithm for <span class="Success">Success</span> </p>
<p class="DSA">You'll receive useful content vital to your DSA <br> journey!</p>
<div class="inputs">
<input type="email" name="Email" id="Email" placeholder="Enter your Email">
<button id="Button">Register Now</button>
</div>
<p class="spam">Free - No Spam - No Data Sharing</p>
</div>
<img src="logo.png" alt="Logo" height="220px" width="220px" class="Logo">
</div>
<div class="bottom">
<div class="bottom_left">
<ul>
<li>Algozenith</li>
<li>Dev Bootcamp</li>
<li>Premium batch </li>
<li>Interview Bootcamp</li>
<li>Refund and Policy</li>
</ul>
</div>
<div class="bottom_right">
<ul>
<li>Algozenith.com</li>
<li>Made with love in India</li>
<li><br></li>
<li><br></li>
<li>contact@algozenith.com</li>
</ul>
</div>
</div>
</body>
</html>