Add preprod CSS & SVG image to easily add a watermark

This commit is contained in:
Benjamin Renard 2021-07-09 18:13:46 +02:00
parent 9469103f0e
commit 16c6d9fa6e
2 changed files with 23 additions and 0 deletions

3
src/css/preprod.css Normal file
View file

@ -0,0 +1,3 @@
body {
background: url('../image/preprod') no-repeat center;
}

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1" width="300" height="300">
<text
x="-150"
y="180"
transform = "rotate(-45 90 16)"
style="font-size:40px;
font-style:normal;
font-weight:normal;
line-height:125%;
letter-spacing:0px;
word-spacing:0px;
fill:#CCCCCC;
fill-opacity:1;
stroke:none;
font-family:Sans">
PRE-PRODUCTION</text>
</svg>

After

Width:  |  Height:  |  Size: 539 B