9 lines
197 B
CSS
9 lines
197 B
CSS
|
.card:empty,.card.infohidden{
|
||
|
background: url('image/new.png');
|
||
|
background-size: cover;
|
||
|
}
|
||
|
.card.infohidden:not(.infoflip){
|
||
|
background: url('image/new2.png');
|
||
|
background-size: cover;
|
||
|
}
|