Skip to content

Commit

Permalink
fdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 9, 2023
1 parent 25fce71 commit 7df6a31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
}


<<<<<<< HEAD
.scontent{
display: flex;
justify-content: center;
Expand Down Expand Up @@ -79,3 +80,5 @@



=======
>>>>>>> 8823b651373b5423cdf7c57224838b969736e12b
8 changes: 8 additions & 0 deletions src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ const Signup = () => {

</div>

<<<<<<< HEAD
=======
<div className="s-content">
<div className="email">
Email: <input type="email"/>
</div>
</div>
>>>>>>> 8823b651373b5423cdf7c57224838b969736e12b



Expand Down

0 comments on commit 7df6a31

Please sign in to comment.