Skip to content

Commit

Permalink
Merge branch 'mdazfar2:main' into contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
pandeyji711 authored Jun 3, 2024
2 parents de123b5 + 4e66937 commit 8e52784
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Official_Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@ p {
#search-bar::placeholder {
color: #9e9e9e;
}

/* scrollbar.css */
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: #00ccff;
}
::-webkit-scrollbar-thumb {
background: darkgray;
border-radius: 10px;
min-height: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: darkgrey;
}
header h1 {
font-size: 80px;
margin: 10px;
Expand Down

0 comments on commit 8e52784

Please sign in to comment.