Skip to content

Commit

Permalink
created signup/login page also added it on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupal Patel Yadav committed Jun 5, 2024
1 parent 2e93d53 commit 72c0ac4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
transition: background-color 0.3s ease, transform 0.3s ease;
margin-right: 200px; /* Add margin to the right */
}

.login-button:hover {
background-color: #e68a00;
transform: scale(1.1);
Expand Down
1 change: 0 additions & 1 deletion signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
margin: 0px;
box-sizing: border-box;
}

:root {
--linear-grad: linear-gradient(to right, #141E30, #243B55);
--grad-clr1: #141E30;
Expand Down
1 change: 1 addition & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ <h1>Hello, Friend!</h1>
}
return true;
}

</script>
</body>
</html>

0 comments on commit 72c0ac4

Please sign in to comment.