Skip to content

Commit

Permalink
done finally !
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 10, 2023
1 parent 4a08f83 commit 3377c45
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 35 deletions.
49 changes: 27 additions & 22 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@
letter-spacing: 10px;

}
.sbtn{
width: 150px;
height: 70px;
color: aquamarine;
z-index: 0;
}

.shead p{
display: flex;
justify-content: center;
Expand All @@ -48,28 +43,38 @@
.rect{
width: 500px;
height: 50px;
border: solid rgba(106, 15, 233);
border: solid rgb(1, 209, 105);
border-radius: 5px;
position: relative;
top: -31px;
right: 19px;
background-color: #1d2a2e;

bottom: 58px;
z-index: 0;
right: 11px;
}
.inputbox{
position: relative;
width: 500px;
margin-top: 7rem;


}

.inputbox input{
/* z-index:0; */
width: 100%;
padding: 10px;
border: 1px solid rgb(1, 209, 105);
/* background: rgb(1, 15, 20,0.25); */
background-color: #1d2a2e;
height: 52px;
/* border: 1px solid rgb(1, 209, 105); */
border: 3px solid rgba(106, 15, 233); ;
border-radius: 5px;
background-color: transparent;
outline: none;
color: #fff;
font-size: 1em;
font-size: 1.4em;
position: relative;
bottom: 118px;
right: 21px;

}

Expand All @@ -85,25 +90,25 @@
text-transform: uppercase;
}

.sbtn button{
width: 10rem;
height: 50px;
.btn-primary {
width: 120px;
height: 40px;
background-color: #1d2a2e;
border: 1px solid rgb(1, 209, 105);
border-radius: 5px;
color: rgb(1, 209, 105);
position: relative;
left: 10px;
bottom: 5px;
left: 180px;
bottom: 80px;
}

.sbtn{
width: 152px;
height: 56px;
width: 120px;
height: 40px;
border: solid rgba(106, 15, 233);
border-radius: 5px;
position: relative;
top: 14px;
left: 150px;
bottom: 35px;
right: 9px;
}

20 changes: 7 additions & 13 deletions src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,15 @@ const Signup = () => {
</div>
<div className="scontent">
<div className="inputbox">
<input type="email" required="required" />
<span>
Email

<div className="rect" />
</span>

<input type="email" required="required" />
</div>

<div className="sbtn" >
<button className="btn btn-primary">
Get Link
{/* <div className="rect2"/> */}

</button>
</div>
<button className="btn-primary">
Get Link
<div className="sbtn" />

</button>

</div>

Expand Down

0 comments on commit 3377c45

Please sign in to comment.