Skip to content

Commit

Permalink
Book Recommend css separate
Browse files Browse the repository at this point in the history
  • Loading branch information
Maheshwari-Love committed Jun 6, 2024
1 parent 1eca445 commit 6fe54bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2831,6 +2831,6 @@ footer {
right: 4.95%;
/* Changed left to right */
}

}


2 changes: 1 addition & 1 deletion assets/html/forgot-pass.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1 class="bookworm">Hello There, Bookworms!</h1>
<label for="chk" aria-hidden="true" >RESET PASSWORD</label>
<p class="ver-code"> Enter your registered email address:</p>
<input class="input" type="email" name="email" id="login_email" placeholder="Email" required/>
<button class="submit" type="submit" name="Login" id="login" onclick="popup()">Submit</button>
<button class="submit" type="submit" name="Login" id="login">Submit</button>

<a href="./login.html" class="back">Back to Login </a>
</form>
Expand Down

0 comments on commit 6fe54bb

Please sign in to comment.