Skip to content

Commit

Permalink
Signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 10, 2023
1 parent 53c5867 commit 4a08f83
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
26 changes: 17 additions & 9 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
width: 100%;
padding: 10px;
border: 1px solid rgb(1, 209, 105);
background: rgb(1, 15, 20,0.25);
/* background: rgb(1, 15, 20,0.25); */
background-color: #1d2a2e;
border-radius: 5px;
outline: none;
color: #fff;
Expand All @@ -85,17 +86,24 @@
}

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

.rect2{
width: 100px;
height: 50px;
.sbtn{
width: 152px;
height: 56px;
border: solid rgba(106, 15, 233);
border-radius: 5px;
position: relative;
top: -31px;
right: 19px;
top: 14px;
left: 150px;
}

6 changes: 4 additions & 2 deletions src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ const Signup = () => {
<div className="rect" />
</span>
</div>

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

</button>
</div>

Expand Down

0 comments on commit 4a08f83

Please sign in to comment.