12 lines
212 B
CSS
12 lines
212 B
CSS
|
.identity {
|
||
|
position: absolute;
|
||
|
background-color: black;
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
opacity: 0.7;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.wankul .card-image img {
|
||
|
position: absolute;
|
||
|
}
|