1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 23:59:35 +05:30

implemented basic project timeline and sidebar

This commit is contained in:
2023-10-25 00:25:55 +05:30
parent f3c930f912
commit d49fa4c91f
8 changed files with 271 additions and 48 deletions

View File

@@ -60,4 +60,21 @@ background: #38BDF8;
z-index: 2;
opacity: 0;
transition: opacity 500ms;
}
}
/* .z-20 rect {
transition: fill 0.3s ease-in-out;
}
.z-20 rect:hover {
fill: red;
}
.z-20 path:hover + .z-20 rect {
fill: red;
}
.z-20 g:hover + .z-20 rect {
fill: red;
} */