ウォーターマーク
https://gyazo.com/8cd91034e2c02bafd7f431d9f18977d4
[% 取り扱い注意] [% SAMPLE] [% ㊙] など ページに透かしを 埋め込むCSS。
書いたところが見えなくなるので、[ の前に . などを打っておくと良いかも。 .[% ㊙]
code:style.css
position: fixed;
font-size: 200px;
color: orange;
top: 200px;
left: 150px;
filter: blur(3.0px) drop-shadow(0 4px 5px #840); opacity: 0.3;
transform: rotate(-15.0deg); /* お好みで斜めに! */
z-index: 1000;
max-width: 120%;
line-height: 120%;
}
UserCSS.icon