Skip to content

Commit

Permalink
Merge pull request #212 from goyalmuskan/footer
Browse files Browse the repository at this point in the history
Updated Footer
  • Loading branch information
vinitshahdeo authored Mar 23, 2020
2 parents 99d5ebe + 49abf9e commit 4b7a3ca
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@
.fb-ic {
margin-right: 2em;
}
.li-ic:hover{
text-decoration: none;
}
.fb-ic:hover{
text-decoration: none;
}
.tw-ic:hover{
text-decoration: none;
}
.fab:hover{
color: #ff6347;
transition: 0.4s;
}
.item {
padding: 20px;
margin-bottom: 0em;
Expand Down Expand Up @@ -532,4 +545,4 @@ <h4>CONTACT</h4>

<!-- @author: Vinit Shahdeo -->
</body>
</html>
</html>

0 comments on commit 4b7a3ca

Please sign in to comment.