7 lines
132 B
CSS
7 lines
132 B
CSS
|
.card:not(*:empty){
|
||
|
color:rgb(77, 60, 51);
|
||
|
text-shadow:none;
|
||
|
background: url('../woodden/wood.jpg');
|
||
|
background-size:auto;
|
||
|
}
|