Skip to content

Commit

Permalink
Made 1 proper page
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohaib-4 committed Jul 24, 2024
1 parent e83e1c2 commit 7f561bf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
12 changes: 12 additions & 0 deletions invest.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,22 @@ body {

}


.navbar {
background-color: black;
margin: auto;
padding: auto;
size: 50;
display: flex;
justify-content: space-between;
}

.navbar2{
margin-top: 7px;
display: flex;
justify-content: space-between;
margin-right: 50px;
color: #fff;
}

span {
Expand Down
18 changes: 10 additions & 8 deletions invest.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@

<body>
<div class="navbar">

<div>
<img width="200" src="./invest.png">
<img style="margin-left: 50px; margin-top: 12px;" width="230" src="./invest.png">
</div>
<div>
<span>Signup</span>
<span>Products</span>
<span>About</span>
<span>Contact</span>
<span>Pricing</span>

<div class="navbar2">
<div style="padding: 20px;">Signup</div>
<div style="padding: 20px;">Products</div>
<div style="padding: 20px;">About</div>
<div style="padding: 20px;">Contact</div>
<div style="padding: 20px;">Pricing</div>
</div>

</div>
<br>
<br>
<center>
<img width="80%" src="./2.png">
</center>
Expand All @@ -31,6 +32,7 @@ <h1>Invest in everything</h1>
<h3>Online platform for investing in global markets</h3>
</center>
<br>
<br>
<center>
<button>Sign up now</button>
</center>
Expand Down

0 comments on commit 7f561bf

Please sign in to comment.