Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make look like this #40

Open
talmax1124 opened this issue Mar 8, 2021 · 0 comments
Open

How to make look like this #40

talmax1124 opened this issue Mar 8, 2021 · 0 comments

Comments

@talmax1124
Copy link

I styled my website using react bootstrap. I put the thing like this:

   <Form.Group controlId="password">
      <Form.Label>Password</Form.Label>
      <PasswordMask
        type="password"
        placeholder="Enter password"
        value={password}
        onChange={(e) => setPassword(e.target.value)}
      ></PasswordMask>
    </Form.Group>

How can I make it look like the image below that is from my website https://creativeduoshop.herokuapp.com/login

Screen Shot 2021-03-08 at 2 03 35 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant