UNPKG
@jkun/watermark
Version:
latest (1.0.1)
1.0.1
1.0.0
Stencil Component Starter
github.com/GuoJikun/watermark
GuoJikun/watermark
@jkun/watermark
/
dist
/
collection
/
components
/
ivy-watermark
/
ivy-watermark.css
15 lines
(13 loc)
•
193 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:host
{
display
: block;
position
: relative; }
.watermark
{
position
: absolute;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
pointer-events
: none;
background-repeat
: repeat; }