Add water mark to your page via CSS)

Source: Internet
Author: User

Sometimes we need to prompt the customer "do not copy", just as we did in MS Word. Yesterday we encountered such a case and tried to solve it with CSS + Div:

 

PageCodeFor example, adjust the watermark size to overwrite all pages:

 

 

< Html Xmlns = "Http://www.w3.org/1999/xhtml" >
< Head >
< Title > Untitled page </ Title >
< Style Type = "Text/CSS" >
. Bg
{
Width : 200% ;
Height : 200% ;
Margin : 0px ;
Position : Absolute ;
Z-Index : 100 ;
Top : 0px ;
Left : 0px ;
Background-color : #000 ;
Filter : Alpha (opacity = 5) ;
-Moz-Opacity : 0.05 ;
Opacity : 0.05 ;
Font-size : 159px ;
Color : White ;
}
</ Style >
</ Head >
< Body >
< Div Class = "BG" >
< BR >
< BR >
Do not copy !! </ Div >
< Div Style = "Color: Black" >
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
Write your contents here < BR />
</ Div >
</ Body >
</ Html >

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.