Skip to content

Commit

Permalink
alignment of Dark Mode Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Poushmita committed Nov 21, 2024
1 parent f88dcfc commit 06c73ef
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 65 deletions.
8 changes: 7 additions & 1 deletion Css-files/login-register.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

*{
box-sizing: content-box;
}

body {
margin: 0;
font-family: 'Noto Sans', sans-serif;
Expand All @@ -18,7 +22,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem; /* Add spacing between sections */
gap: 1rem; /* Add spacing between sections */
}

.left-login {
Expand All @@ -29,6 +33,7 @@ body {
align-items: center;
flex-direction: column;
position: relative;
z-index: 1000;
}

.home-btn {
Expand Down Expand Up @@ -91,6 +96,7 @@ body {
justify-content: center;
align-items: center;
animation: fadeIn 2s ease-in-out;
z-index: 1000;
}

@keyframes fadeIn {
Expand Down
Loading

0 comments on commit 06c73ef

Please sign in to comment.