Private
Public Access
1
0

added watermark to drag area

This commit is contained in:
Sander Roosendaal
2017-11-08 10:20:45 +01:00
parent a8eae5911d
commit 7e0e8dcfea
2 changed files with 35 additions and 3 deletions

View File

@@ -26,6 +26,24 @@
background-image: url("/static/img/landing8b.jpg");
}
.watermark {
position: absolute;
float: center;
opacity: 0.25;
font-size: 3em;
width: 100%;
top: 50%;
left: 50%;
transform: translateX(-25%) translateY(-50%);
text-align: center;
vertical-align: middle;
z-index: 1000;
}
.invisible {
display: none
}
html {
font-size: 62.5%;
}