css e immagini

This commit is contained in:
LORENZO\pacio 2025-10-31 11:37:43 +01:00
parent 89674095b5
commit 03b7a94207
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 106 KiB

BIN
public/watermark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -382,6 +382,11 @@ td {
.info-table { .info-table {
width: 80%; width: 80%;
background-image: url("/watermark.png");
background-repeat: no-repeat;
background-position: right;
background-clip: content-box;
background-origin: content-box;
border: 1px solid black; border: 1px solid black;
margin: 0 auto; margin: 0 auto;
border-collapse: collapse; border-collapse: collapse;