This commit is contained in:
GZod01 2024-11-10 14:54:09 +01:00
parent 2a75abd4a4
commit d7abdb95c8

View file

@ -6,8 +6,14 @@
.press_article{
display:flex;flex-direction:column;
.p_a_img{}
.p_a_datas{
background:rgba(20,20,20,0.5);
&:has(.p_a_img) .p_a_datas{
backdrop-filter: blur(2px);
background: rgba(20, 20, 20, 0.5);
position: absolute;
top: 0px;
width: 100%;
height: 100%;
color: white;
.p_a_title{}
.p_a_infos{}
}