-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.19 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
<div style="display: flex;
justify-content: space-between;
margin-left: 100px; margin-right: 100px;
padding: 20px; box-shadow: 1px 2px 1px #eee;">
<img src="logo.svg" width="125" height="20" style="padding-top: 20px ;" />
<div style="display: flex;">
<div style="padding: 20px; color: #666; cursor: pointer;">
About
</div>
<div style="padding: 20px; color: #666; cursor: pointer;">
Pricing
</div>
<div style="padding: 20px; color: #666; cursor: pointer;">
Signup
</div>
</div>
</div>
<br>
<div style="display: flex; justify-content: center;">
<img src="e7pwpqt2.png" width="800">
</div>
<br>
<div style="padding-top: 20px ; display: flex; justify-content: center;">
<h1>Invest in everything</h1>
</div>
<div style="padding-top: 20px ; display: flex; justify-content: center;">
<h2 style="font-weight: 400;">Online platform to invest in stocks, derivatives, mutual funds, and more</h2>
</div>
<br>
<div style="display: flex; justify-content: center;">
<div style="background-color: #387ed1; padding: 15px; color: white; border-radius: 10px; font-size: 20px; cursor: pointer;">
Sign Up now
</div>
</div>