10 lines
168 B
CSS
10 lines
168 B
CSS
footer {
|
|
background-repeat: repeat;
|
|
background-size: contain;
|
|
background-blend-mode: multiply;
|
|
}
|
|
|
|
footer table td {
|
|
vertical-align: middle;
|
|
}
|
|
|