-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zerodha</title>
</head>
<body>
</body>
</html>
<div
style="display: flex; justify-content: space-between; padding-left: 100px; padding-right: 100px; box-shadow: 2px 1px 2px #eee;">
<img width="120" height="20px" style="padding-top: 20px;" src="logo.svg" />
<div style="display: flex; justify-content: space-evenly">
<div style="padding: 20px; color: #666; cursor: pointer;">About</div>
<div style="padding: 20px; color: #666; cursor: pointer;">Signup </div>
<div style="padding: 20px; color: #666; cursor: pointer;">Products</div>
<div style="padding: 20px; color: #666; cursor: pointer;">Pricing</div>
</div>
</div>
<div style="display: flex; justify-content: center;padding-top: 40px;">
<img width="800" src="photo1.png" />
</div>
<div style="padding-top: 20px; display: flex; justify-content: center;">
<h1 style="font-weight: 500;">Invest in Everything</h1>
</div>
<div style=" display: flex; justify-content: center; ">
<h2 style="font-weight: 500;">Online platform to invest in stocks, derivatives, mutual funds, and more</h2>
</div>
<div style="display: flex; justify-content: center; padding-top: 20px; ">
<button
style="background-color: #387ed1; color: #fff; border: 1px solid rgba(0,0,0,0) !important; font-size: 20px; border-radius: 3px; padding: 10px; cursor: pointer;">
Sign up now
</button>
</div>