Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
Binary file removed Quiz/.DS_Store
Binary file not shown.
Binary file removed assets/.DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions assets/css/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ body {

/* navbar */
.navbar {
background-color: #6f4e37b0 !important;
}

.navbar-nav li a:hover:after {
width: 100%;
left: 0;
Expand Down
4 changes: 1 addition & 3 deletions assets/css/audiobook.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@
width: 70px;
height: 70px;

}


}
3 changes: 2 additions & 1 deletion assets/css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ body{
}
nav.navbar.navbar-expand-lg.navbar-light.bg-info {
/* To make nav-bar sticky */
position: relative;
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
}
.navbar-brand{
Expand Down
7 changes: 7 additions & 0 deletions blogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,10 @@
text-decoration: none;
font-size: 32px;
}
.navbar{
position: fixed;
top: 0%;
z-index: 9600;
width: 100%;

}
3 changes: 3 additions & 0 deletions cbse_notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ header {

.nav{
border-top: 2px solid rgb(119, 2, 2);
position: sticky;
top: 0%;
z-index: 9900;
}

.nav-link-container{
Expand Down
5 changes: 4 additions & 1 deletion ncert.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: 0;
margin: 0;
}


/* To enhance scroll-bar */

Expand Down Expand Up @@ -58,6 +58,9 @@ header {

.nav{
border-top: 2px solid rgb(119, 2, 2);
position: sticky;
top: 0%;
z-index: 9999;
}

.nav-link-container{
Expand Down
4 changes: 3 additions & 1 deletion resource.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
width: 100%;
top: -3px;;
left:0;
position:absolute;
position:fixed;
top: 0px;
z-index: 9900;
}
.topnav i {
margin-right: 5px; /* Add space between icon and text */
Expand Down