11 lines
128 B
CSS
11 lines
128 B
CSS
|
|
page {
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
|
||
|
|
.print-page {
|
||
|
|
padding: 30px;
|
||
|
|
text-align: center;
|
||
|
|
color: #666;
|
||
|
|
font-size: 28px;
|
||
|
|
}
|