Skip to content

Commit

Permalink
addition
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakhtawar2007 committed Feb 22, 2024
1 parent 6132b5d commit 98068f7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
membership.</b
>
</p>
<div class="email"><input type="text" class="email" /></div>
<div class="btn"><button>Get Started ></button></div>
<div class="input">
<div class="email"><input type="text" class="email" /></div>
<div class="btn"><button class="btn">Get Started ></button></div>
</div>
</div>
</center>
</div>
Expand Down
17 changes: 17 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,21 @@ font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
.text-line-2{
margin-top: 1%;
font-size: 15pt;
}
.input{
display: flex;
justify-content: center;
border: none;
border-radius: 2px;
background-color: rebeccapurple;
}
.email{
margin-right: 2px;
height: 70px;
width: 150px;
}
.btn{
margin-left: 2px;
height: 100px;
width: 150px;
}

0 comments on commit 98068f7

Please sign in to comment.