Skip to content

Commit

Permalink
Merge pull request #1425 from Codersweta7/extd9
Browse files Browse the repository at this point in the history
main page
  • Loading branch information
ANSHIKA-26 authored Oct 26, 2024
2 parents 7afb4a6 + 8abc43c commit a16b465
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
bottom: 20px; /* Adjust as needed */
right: 20px; /* Adjust as needed */
z-index: 1000; /* Ensure it appears above other elements */

}



/* Chatbot Button */
.chatbot-button {
Expand Down Expand Up @@ -281,6 +284,7 @@
background-color: #fff;
padding: 20px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 2px;
}

.nav-links1.active {
Expand All @@ -290,6 +294,7 @@
.dropdown {
position: relative;
margin-left: 200px;

}
}

Expand All @@ -304,7 +309,12 @@
.dropdown {
position: relative;
margin-left: 60px;

}
ul.dropdown-menu{
border-radius: 2px;
}

.theme-switch-wrapper {
margin-right: -80px;
}
Expand Down
6 changes: 5 additions & 1 deletion signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ main{
display: flex;
justify-content: center;
align-items: center;
min-height: 100%;
max-height: 900px;
overflow-y: auto;
}
header div h2 a.home-link{
text-align: center;
}

.box-login{
Expand Down

1 comment on commit a16b465

@vercel
Copy link

@vercel vercel bot commented on a16b465 Oct 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.