added watermark to drag area
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user