We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0ffb1 commit 645d50fCopy full SHA for 645d50f
Website/css/styles.css
@@ -1518,7 +1518,14 @@ h1 {
1518
.github-image img {
1519
width: 100%;
1520
border-radius: 8px;
1521
+ transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
1522
}
1523
+
1524
+.github-image img:hover {
1525
+ box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8);
1526
+ transform: translateY(-5px);
1527
+}
1528
1529
/* Dark Mode Styles */
1530
1531
.dark-mode .github-section{
0 commit comments