social nav + search system #37
@ -26,6 +26,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cardBlogMainInside {
|
.cardBlogMainInside {
|
||||||
|
transition: ease 0.4s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -36,5 +37,10 @@
|
|||||||
justify-content: end;
|
justify-content: end;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cardBlogMainInside:hover {
|
||||||
|
background: linear-gradient(rgb(0 0 0 / 25%) 0%, rgb(0 0 0 / 75%) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user