Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contribution #695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
12 changes: 7 additions & 5 deletions CSS/index.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*------- styling for the contributor section ------*/
.contributors-holder{
background-color: black;
background-color: #800020;
padding: 30px;
text-align: center;
justify-content: center;
}
.contributors-holder h3{
font-size: 22px;
color: white;
font-weight: 100;
color: #fff;
margin-bottom: 30px;
}
#contributor , #contributor a , #contributor a img{
Expand Down Expand Up @@ -40,11 +42,11 @@
#contributor a img:hover {
transition: 0.2s ease;
scale: 1.05;
box-shadow: 0px 1px 8px 5px rgba(249, 247, 247, 0.335);
box-shadow: 0px 3px 10px 5px rgba(249, 247, 247, 0.335);
}
#contributor a:hover span{
transition: 0.5s ease;
opacity: 1;
transition: 0.6s ease;
opacity: 10%;
}


Expand Down
Loading