Skip to content

Commit

Permalink
Merge pull request #183 from ahinagangopadhyay/main
Browse files Browse the repository at this point in the history
Solves issue 157 (Updated index.html).Footer improved and originally intended footer implemented by removing syntax errors in code.
  • Loading branch information
Mukesh751 authored Aug 6, 2024
2 parents 0f1c334 + d6f0644 commit 52c3d7b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

.footer-contact a:hover {
color: #777373;

}

.social{
display: flex;
Expand All @@ -116,6 +116,7 @@
transform: scale(1.3);
transition: .3s;
color: rgb(188, 55, 55);
}

.social a:hover {
color: #8ae2ad;
Expand Down Expand Up @@ -232,7 +233,7 @@
transform: rotate(360deg);

}

}
.modal {
display: none;
position: fixed;
Expand Down Expand Up @@ -393,6 +394,15 @@
display: none;
}
}
.footer-links a {
color:#ADD8E6;
}
.footer-contact a{
color:#ADD8E6;
}
.footer-links a :hover{
color: blue;
}

</style>

Expand Down Expand Up @@ -619,4 +629,4 @@ <h3>How to play?</h3>
</script>

</body>
</html>
</html>

0 comments on commit 52c3d7b

Please sign in to comment.