Skip to content

Commit

Permalink
placeholder signup
Browse files Browse the repository at this point in the history
  • Loading branch information
Manavsheth78 committed Feb 10, 2023
1 parent 94d6c60 commit b71b785
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/components/signup/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
right: 9px;
}

::placeholder{
display: flex;
justify-content: center;
color: aquamarine;
padding-left: 30%;
}

@media (max-width:800px) {

.signup{
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 @@ -13,7 +13,7 @@ const Signup = () => {
<div className="inputbox">
<div className="rect" />

<input type="email" required="required" />
<input type="email" placeholder=' Enter your Email' required="required" />
</div>
<button className="btn-primary">
Get Link
Expand Down

0 comments on commit b71b785

Please sign in to comment.