Skip to content

Commit

Permalink
span
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranMegha committed Feb 10, 2023
1 parent 4a08f83 commit 7d87858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
pointer-events: none;
font-size: 1em;
color: rgb(1, 209, 105,0.5);

text-transform: uppercase;
color: transparent;
text-transform: uppercase;;
}

.sbtn button{
Expand Down
2 changes: 1 addition & 1 deletion src/components/signup/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Signup = () => {
</div>
<div className="scontent">
<div className="inputbox">
<input type="email" required="required" />
<input type="email" required="required" placeholder='Email'/>
<span>
Email

Expand Down

0 comments on commit 7d87858

Please sign in to comment.