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

edited Html file #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Hacktoberfest2k23
Submodule Hacktoberfest2k23 added at f72f94
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
/>
<button class="password-button">show</button>
</label>
<div class="forget"><p>forgot password?</p>
</div>
<button class="login-button">sign in</button>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions login_form
Submodule login_form added at 733b19
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,7 @@ body {
50% {
transform: rotateX(60deg);
}
}
.forget{
color: grey;
}