post-it notes

This commit is contained in:
2025-06-06 22:51:48 +10:00
parent 3ba555b023
commit 1cdea7c286
3 changed files with 58 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
.post {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.3s ease, transform 0.3s ease;
position: relative;
}
.post:hover {
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
z-index: 999 !important;
transform: translateY(-4px);
}