graph I spent too long on

This commit is contained in:
2024-04-20 19:39:07 -05:00
parent 7510bbacc8
commit deab634aa8
3 changed files with 43 additions and 5 deletions

View File

@@ -235,6 +235,32 @@ h1 {
transition: transform 0.3s ease;
}
.fa:hover {
opacity: 0.9;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-pinterest {
background: #cb2027;
color: white;
}
.fa-reddit {
background: #ff5700;
color: white;
}
.fa {
padding: 20px;
font-size: 40px;
width: 60px;
text-decoration: none;
}
.fa-moon {
color: #f1c40f;
}