-
Notifications
You must be signed in to change notification settings - Fork 0
/
Zerodha-landing page.html
44 lines (41 loc) · 1.89 KB
/
Zerodha-landing page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zerodha-landing page</title>
</head>
<body>
<div style="display: flex; justify-content: space-between; padding-right: 100px; padding-left: 100px; box-shadow: 2px 1px 2px #eee">
<div style="margin: 10px;">
<img src="logo.svg" width="125 " alt= "zerodha logo">
</div>
<div style="display: flex; gap: 20px; margin: 10px; font-size: 16px; cursor: pointer; ">
<div>
<a style="color: #666; font-size: 16px;">Sign up</a>
</div>
<div>
<a style="color: #666; font-size: 16px;">About</a>
</div>
<div>
<a style="color: #666; font-size: 16px;">Products</a>
</div>
<div>
<a style="color: #666; font-size: 16px;">Support</a>
</div>
</div>
</div>
<div style="padding-top: 40px; display: flex; justify-content: center; ">
<img src= "zerodha-landing.png" width= "800" alt= "interface demo">
</div>
<div style="display: flex; justify-content: center; margin-top: 20px;">
<h1 style="; font-size: 30px;font-weight: 500; font-family: 'Times New Roman', Times, serif;"> Invest in everything </h1>
</div>
<div style="display: flex; justify-content: center; margin-top: -15px;">
<h2 style="font-size: 24px;font-weight: 400; font-family:'Times New Roman', Times, serif;">Online platform to invest in stocks, derivatives, mutual funds, ETFs, bonds, and more.</h2>
</div>
<div style="display: flex; justify-content: center; padding-top: 15px;">
<button style=" cursor: pointer;border: none ;color: #eee; background-color: #387ed1; border-radius: 3px; padding: 10px 30px 10px 30px; font-size: 20px; ">Sign up for free</button>
</div>
</body>
</html>