Skip to content

Commit

Permalink
Merge pull request #56 from ritikraj07/ritik
Browse files Browse the repository at this point in the history
log
  • Loading branch information
ritikraj07 authored Jan 9, 2023
2 parents 36b087a + f1750d2 commit 1872475
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CSS/account.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#overview > div:nth-child(2){
width: 75%;
/* height: 400px; */
border: 2px solid rgb(80, 16, 16);
/* border: 2px solid rgb(80, 16, 16); */
background-color: rgb(255,255,255);
padding-bottom: 9%;

Expand Down
6 changes: 6 additions & 0 deletions JS/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ function on() {

function off() {
document.getElementById("login_button").style.display = "none";
}

document.getElementById("logo").addEventListener("click", homepage)

function homepage(){
window.location.href="./../HTML/index.html"
}

0 comments on commit 1872475

Please sign in to comment.