Skip to content

Commit

Permalink
Merge branch 'Its-Aman-Yadav:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili authored Jul 9, 2024
2 parents 4bb83ff + d54385b commit a52f3cc
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 3 deletions.
28 changes: 28 additions & 0 deletions about us.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,34 @@ body {
background-size: cover; */
}

::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
background-color: #f1c11a;
background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #d1a10a;
}


@keyframes fadeIn {
0% {
opacity: 0;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ <h3 class="title">Let's get in touch</h3>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
<a href="#">
<a href="https://www.linkedin.com/company/open-source-village/">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
Expand Down Expand Up @@ -1743,4 +1743,4 @@ <h2>Thank you for your Feedback!🧡</h2>
</body>
<script src="index.js"></script>

</html>
</html>
29 changes: 28 additions & 1 deletion member.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,34 @@
z-index: 1000;
margin-bottom: 10px;
}


::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
background-color: #f1c11a;
background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #d1a10a;
}

.scrollToTopBtn:hover {
background-color: #484848;
}
Expand Down
27 changes: 27 additions & 0 deletions ourprogram.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@
color: #333;
}

::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
background-color: #f1c11a;
background-image: -webkit-linear-gradient(45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #d1a10a;
}

header {
background: linear-gradient( rgb(255, 128, 1), rgb(255, 206, 10));
color: #fff;
Expand Down

0 comments on commit a52f3cc

Please sign in to comment.