graph I spent too long on
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user