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:
@@ -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;
|
||||
} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user