18 lines
419 B
CSS
18 lines
419 B
CSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 24.10.2018, 19:31:57
|
|
Author : Joern Muehlencord <joern at muehlencord.de>
|
|
*/
|
|
|
|
.watermark {
|
|
position: absolute;
|
|
opacity: 0.25;
|
|
font-size: 3em;
|
|
width: 100%;
|
|
text-align: center;
|
|
z-index: 1000;
|
|
} |