mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 10:46:03 +10:00
added tape
This commit is contained in:
11
website/styles.css
Normal file
11
website/styles.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.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);
|
||||
}
|
||||
Reference in New Issue
Block a user