hello
This commit is contained in:
parent
2a75abd4a4
commit
d7abdb95c8
1 changed files with 8 additions and 2 deletions
|
@ -6,8 +6,14 @@
|
||||||
.press_article{
|
.press_article{
|
||||||
display:flex;flex-direction:column;
|
display:flex;flex-direction:column;
|
||||||
.p_a_img{}
|
.p_a_img{}
|
||||||
.p_a_datas{
|
&:has(.p_a_img) .p_a_datas{
|
||||||
background:rgba(20,20,20,0.5);
|
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_title{}
|
||||||
.p_a_infos{}
|
.p_a_infos{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue